This is my first Neural network project
- Download all the files into one folder
- Make sure tensorflow and Pillow is installed. Install them running the commands
pip install tensorflow
andpip install Pillow
on terminal - Run
draw.py
file by running the commandpython3 draw.py
- Draw a digit on the canvas and it predicts the digit (predictions may not be accurate). Right click twice the clear the screen for second input.