Recognize number with accuracy percentage in GUI
- Added dataset. No need to set any new training data.
- Added dll file too. Not important as of now here.
- Attached .mnist file for data retrieval.
- Can recognize single integer numbers(0-9) only as of now. [
single numbers
] - Can display the accuracy of the result.
- You can draw numbers with your mouse.
Modules depend on the version of python you're using, as it's the env. Let me tell you my modules. Only versions will change.
keras
(most important for ML project)numpy
(of course important)PIL
(very interesting module)tkinter
(as if you can make GUI without this)win32gui
(I've used pywin32 btw)tensorflow
(Also important)
- NOTE:-Please check if I'm forgetting any module/library. I just forgot them all at once.
Steps to run this project
Step 1. Extract the repository
Step 2. Open this project with PyCharm Community(I use this)
Step 3. Install all above modules/libraries
Step 4. Run the file gui_digit_recognizer.py