A desktop application that will try to guess what number the user has drawn. Using PyQt5 for the GUI, pillow and numpy for image processing and my own neural network written in numpy. On MNIST test data, the accuracy is 84.18%.
- Python
- PyQt5
- PIL
- numpy
- scipy
- Run main.py
- Draw some digit on the black field
- Press Check button and the neural network will try to guess your digit
- Press Clear button to clear the field