A Python app to predict hand-written digits based on CNN model trained on MNIST dataset with Keras.
You can run the app by simply running:
python app.py
You must have Keras
and Tensorflow
installed.
You can contribute by
- refactoring code
- preprocessing input before passing to model
- training a better model