This project was based on the https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg video were he used a pygame interface to draw a number and predicting the number using the mnist dataset to train.
I trained his DNN model and made a CNN version. This is the current version.
I follow the training using tensorboard. Check below the results.
To setup this project in your laptop, please clone the repo em make
make venv
Then init the project and test a couple predictions,
source venv/bin/activate
python draw_number.py