Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sethcg/emnist-digit-predictor

Java application that predicts the digit with EMNIST formatted images.
https://github.com/sethcg/emnist-digit-predictor

deeplearning4j emnist java javafx junit-jupiter maven

Last synced: about 2 months ago
JSON representation

Java application that predicts the digit with EMNIST formatted images.

Awesome Lists containing this project

README

        

# 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.