samkit-jain / Handwriting-Recognition

Software to recognize handwriting
Apache License 2.0
63 stars 24 forks source link

Version 3.0 #11

Closed samkit-jain closed 5 years ago

samkit-jain commented 5 years ago

Fixes issues #4 , #7, #8, #9 and #10

Complete code rewrite with Python 3 support and using EMNIST dataset. Scripts to create the dataset, train the model and run predictions have been added. Older Python files removed. Added a requirements.txt file for easy setup.

The Android related portion is untested.