All Projects → samkit-jain → Handwriting-Recognition

samkit-jain / Handwriting-Recognition

Licence: Apache-2.0 License
Software to recognize handwriting

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Handwriting-Recognition

handwriting.js
A simple API access to the handwriting recognition service of Google IME
Stars: ✭ 89 (+93.48%)
Mutual labels:  handwriting-recognition
PyCasia
A python library to work with the CASIA Chinese handwriting database.
Stars: ✭ 38 (-17.39%)
Mutual labels:  handwriting-recognition
air writing
Online Hand Writing Recognition using BLSTM
Stars: ✭ 26 (-43.48%)
Mutual labels:  handwriting-recognition
PaperSynth
Handwritten text to synths!
Stars: ✭ 18 (-60.87%)
Mutual labels:  handwriting-recognition
Character-recognition-by-neural-network
Back Propagation, Python
Stars: ✭ 32 (-30.43%)
Mutual labels:  handwriting-recognition
iinkJS
✏️ ☁️ iinkJS is the fastest way to integrate rich handwriting recognition features in your webapp.
Stars: ✭ 65 (+41.3%)
Mutual labels:  handwriting-recognition
rnnt decoder cuda
An efficient implementation of RNN-T Prefix Beam Search in C++/CUDA.
Stars: ✭ 60 (+30.43%)
Mutual labels:  handwriting-recognition
Mathematical-Handwriting-recognition
Convert hand written mathematical expressions and formula to Latext using Machine Learning
Stars: ✭ 50 (+8.7%)
Mutual labels:  handwriting-recognition
form-segmentation
Let's explore how we can extract text from forms
Stars: ✭ 42 (-8.7%)
Mutual labels:  handwriting-recognition
tensorflow-example
Tensorflow-example:使用MNIST训练模型,并识别手写数字图片
Stars: ✭ 26 (-43.48%)
Mutual labels:  handwriting-recognition
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+17.39%)
Mutual labels:  handwriting-recognition
kanji-handwriting-swift
Kanji handwriting recognition for iOS using Zinnia.
Stars: ✭ 27 (-41.3%)
Mutual labels:  handwriting-recognition
kanji-recognition
ichisadashioko.github.io/kanji-recognition/
Stars: ✭ 21 (-54.35%)
Mutual labels:  handwriting-recognition
handwriting-recognition
Handwriting Recognition Web API Proposal
Stars: ✭ 51 (+10.87%)
Mutual labels:  handwriting-recognition
recrossable
crossword game with simplistic handwriting recognition and automatic generation of crosswords
Stars: ✭ 36 (-21.74%)
Mutual labels:  handwriting-recognition
KoreanClassification Keras Coreml
한글 손글씨 분류 모델을 만들어 iOS 애플리케이션에 적용해보았습니다 📱
Stars: ✭ 29 (-36.96%)
Mutual labels:  handwriting-recognition
neural net handwriting
neural network for handwriting recognition from scratch in C
Stars: ✭ 17 (-63.04%)
Mutual labels:  handwriting-recognition
hwrt
A toolset for handwriting recognition
Stars: ✭ 61 (+32.61%)
Mutual labels:  handwriting-recognition

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].