Skip to content

📊 An interactive GUI to draw numbers and recognize them using a CNN written with Keras and trained with MNIST

Notifications You must be signed in to change notification settings

salvacorts/Keras-MNIST-Paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive MNIST Paint GUI

This is a PoC of using Keras to build, train, save and put in into production a model. I'm just beginning with Machine Learning so probably this is not the best model.

The interface offers a canvas square to draw numbers in and gives the predicted number within the scores for the rest of numbers.

GUI

Requirements installation

Running

Clone this repository and move there: git clone https://github.com/salvacorts/Keras-MNIST-Paint.git && cd Keras-MNIST-Paint

Run the program: chmod +x main.py && ./main.py

Hacking

Although this project comes with a pre-trained model, modifying and running modules/train.py you can train your own model and tweak this Neural Network.

About

📊 An interactive GUI to draw numbers and recognize them using a CNN written with Keras and trained with MNIST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages