mallickboy / Handwritten-Digit-recognition-using-writing-terminal

Recognize digit using writing terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Write and get prediction

python app.py

freds

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 .

About

Recognize digit using writing terminal


Languages

Language:Jupyter Notebook 71.5%Language:Python 28.5%