5.2 CNN model fitted to MNIST data & GUI for predicting own hand written digits (0-9)
Python 3.7.9 64-bit (conda)
- pip install -r requirements.txt
- Run command: python gui.py
- MNIST data is downloaded via Keras and preprocessed
- CNN model is compiled and trained on MNIST data, see cnn.py for details
- Once the graphical user interface opens, draw a number between 0-9 using your mouse and click 'Go' and see if it predicts it right :)