Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 646 Bytes

Simple Number Recognition App

Project Description

This is a JavaFX GUI program build with Maven.

THe program using deeplearning4j to load trained HDF5 format model to recognize handwirte number.

You can use mouse to write the number as input or choose number picture.

File Description

I use JupterNotebook at root folder running on Colab to training the model by using MNIST dataset.

The Demo Video shows once use of the app.