This is a simple Application made to learn and develope digit recognition using Machine Learning.
- Run pip3 install -r requirements.txt
- Run Python App.py
- Open the Train.ipynb notebook in google colab or jupyter notebook and run the script.
TODO :
- Improve the UI
- Train on bigger dataset for higher accuracy
- Make the canvas bigger to detect the digits writter continuously on the canvas
- Take the project further for character recognition from English Alphabets.