Numerical Digit Recognition Demo App (Using Neural Networks and Machine Learning)
make sure python v3 is installed.
make sure pip for python v3 is installed.
(the command below might be pip3 or pip)
pip3 install Pillow
pip3 install numpy
- pyscreenshot (PIL's ImageGrab support for Linux)
- scrot (backend to pyscreenshot)
pip3 install pyscreenshot
sudo apt-get install scrot
python3 main.py
- option to not center image after live prediction
live predictionscenter drawing before sending to networkshow prediction results in the GUIprocess canvas screenshot to match MNIST data formatimplement NN