- Pytorch
- Torchvison
- Torchinfo
- Matplotlib
- Numpy
- Pygame
- Open terminal and navigate to the project folder
- (OPTIONAL) Type 'python model.py' and hit 'Enter' - this will retrain the model
- Check the project folder for a file named 'trained_model.pth'
- In terminal, type 'python draw.py' and hit 'Enter'
- Enjoy
- Simply use your left mouse button to draw any digit.
- Hit 'c' at any time to clear the screen and start fresh
- Hit 'Enter' at any time to submit your drawing for the model to predict.
- After the model gives a prediction, either hit 'c' or keep drawing onto the current drawing.