A simple Pygame based MNIST digit recognition board.
python 3.6
pygame
keras + tensorflow (only for training your own model)
opencv
Just run whiteboard.py
😉
Here I have provided the jupyter notebook
in which I have done my training of the model. The architecture is LeNet-1. You can use it to train your own model, or just use the pretrained one present in the /model
folder. 😄