An open API service indexing awesome lists of open source software.

https://github.com/mallickboy/handwritten-digit-recognition-using-writing-terminal

Recognize digit using writing terminal
https://github.com/mallickboy/handwritten-digit-recognition-using-writing-terminal

Last synced: 1 day ago
JSON representation

Recognize digit using writing terminal

Awesome Lists containing this project

README

          

Training model on mnist dataset then using it to recognize digit [0-9] , using pygame a writing terminal is created for user input then predicting using the model and showing the result
# Open writing terminal

python app.py

![freds](https://github.com/mallickboy/Handwritten-Digit-recognition-using-writing-terminal/blob/master/1.png)

# Write and get prediction
python app.py

![freds](https://github.com/mallickboy/Handwritten-Digit-recognition-using-writing-terminal/blob/master/2.png)

# Clear & Exit
Press any key on keyboard to clear the terminal though you can write multiple digits in same terminal .Click on X icon on the top right corner to close the pygame terminal .