Created with the help of pygame
Steps to use Digit Recognizer using GUI python
- Run the project.py file using terminal or command prompt (as the result will be shown in the command line)
- Use Left Mouse button to draw over the GUI canvas
- Press SPACEBAR to predict the number
- Press BACKSPACE to clear the canvas
Files-
- project.py - contains the GUI code
- model.py - contains the code used to train the model using CNN
- trainedmodel.py - loads already trained model and predicts the input data
- digitreg.h5 - the trained model