Skip to content

samkit-jain/Handwriting-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting Recognition

Software to recognize handwriting. Uses EMNIST dataset for training.

See Python README for more details.

Screenshots

Python






Android

Checklist

  • Recognize digit
  • Recognize letter
  • Recognize multiple digits
  • Recognize multiple letters
  • Recognize continuous handwriting
  • Recognize different languages
  • Android app support

How to run

For dataset creation - python dataset.py
For training - python model.py
For drawing and predicting - python drawer.py
For Android (UNTESTED IN RELEASE 3.0) - python hr_py.py then install app_debug.apk in your phone, open app, draw digit and click Predict

License

Copyright 2016 Samkit Jain

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.