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
- Host: GitHub
- URL: https://github.com/mallickboy/handwritten-digit-recognition-using-writing-terminal
- Owner: mallickboy
- Created: 2023-09-10T11:49:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T12:09:45.000Z (about 2 years ago)
- Last Synced: 2025-09-09T11:48:38.108Z (29 days ago)
- Language: Jupyter Notebook
- Size: 404 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# Write and get prediction
python app.py
# 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 .