Handwritten digit recognition GUI in Python composed of three parts.
- Train models
- Start application
python filchy_model.py
python mobilenet_model.py
python vgg16_model.py
python main.py
- Trained models
- Started application
- python 3.5 >=
- cv2
- tensorflow
- numpy
- pyqt5
This project was used for SPA (Students Professional Activities). I was trying to explain by this simple app how Convolutional neural networks work. I used 3 models of which one was created by me (filchy model). This model was placed 60th out of 1300th contestants in the competition.