Skip to content

Java application that predicts the digit with EMNIST formatted images.

Notifications You must be signed in to change notification settings

sethcg/EMNIST-Digit-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMNIST Digit Predictor

Description:

This is an application that displays a 14x14 grid which the user can draw on. As the user draws a prediction is made for which digit is being displayed.

The model used to make the predictions is made using DL4J and trained with the EMNIST digits dataset.

See: https://www.nist.gov/itl/products-and-services/emnist-dataset


Features

  • Java, JavaFX, JUnit, Maven
  • Neural Network Model using DL4J
  • Custom, Responsive GUI
  • Reset and Save Buttons

Demo:


Examples:


To Do:

  • Basic GUI and Functionality.
  • Real-Time Prediction
  • Create Nueral Network Model on Launch
  • Improve Splash Screen
  • Implement Unit Testing
  • Improve Overall Style and Layout
  • Containerize the Application (Docker)
  • Refactor, Refactor, Refactor...

For the things we have to learn before we can do them, we learn by doing them.

About

Java application that predicts the digit with EMNIST formatted images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published