All Projects → tuandoan998 → Handwritten-Text-Recognition

tuandoan998 / Handwritten-Text-Recognition

Licence: other
IAM dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Handwritten-Text-Recognition

Patter
speech-to-text in pytorch
Stars: ✭ 71 (+184%)
Mutual labels:  ocr, rnn
Transformer-ocr
Handwritten text recognition using transformers.
Stars: ✭ 92 (+268%)
Mutual labels:  ocr, iam
Rnn ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Stars: ✭ 220 (+780%)
Mutual labels:  ocr, rnn
Basicocr
BasicOCR是一个致力于解决自然场景文字识别算法研究的项目。该项目由长城数字大数据应用技术研究院佟派AI团队发起和维护。
Stars: ✭ 336 (+1244%)
Mutual labels:  ocr, rnn
Crnn Pytorch
Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
Stars: ✭ 248 (+892%)
Mutual labels:  ocr, rnn
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (+48%)
Mutual labels:  iam
crnn.mxnet
crnn in mxnet.can train with chinese characters
Stars: ✭ 47 (+88%)
Mutual labels:  ocr
webgrep
Grep Web pages with extra features like JS deobfuscation and OCR
Stars: ✭ 86 (+244%)
Mutual labels:  ocr
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Stars: ✭ 174 (+596%)
Mutual labels:  ocr
lego-mindstorms-51515-jetson-nano
Combines the LEGO Mindstorms 51515 with the NVIDIA Jetson Nano
Stars: ✭ 31 (+24%)
Mutual labels:  ocr
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (+132%)
Mutual labels:  ocr
DrowsyDriverDetection
This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
Stars: ✭ 82 (+228%)
Mutual labels:  rnn
video-subtitle-extractor
视频硬字幕提取,生成srt文件。无需申请第三方API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files.
Stars: ✭ 1,763 (+6952%)
Mutual labels:  ocr
tf-ran-cell
Recurrent Additive Networks for Tensorflow
Stars: ✭ 16 (-36%)
Mutual labels:  rnn
Rep-Counter
AI Exercise Rep Counter based on Google's Human Pose Estimation Library (Posenet)
Stars: ✭ 47 (+88%)
Mutual labels:  rnn
ddddocr
带带弟弟 通用验证码识别OCR pypi版
Stars: ✭ 4,093 (+16272%)
Mutual labels:  ocr
paperbase
Open source document organizer with automatic OCR and full text search
Stars: ✭ 21 (-16%)
Mutual labels:  ocr
MachineLearning Exercises Python TensorFlow
Python&機械学習ライブラリ TensorFlow の使い方の練習コード集。特にニューラルネットワークを重点的に取り扱い。
Stars: ✭ 36 (+44%)
Mutual labels:  rnn
IndRNN pytorch
Independently Recurrent Neural Networks (IndRNN) implemented in pytorch.
Stars: ✭ 112 (+348%)
Mutual labels:  rnn
form-segmentation
Let's explore how we can extract text from forms
Stars: ✭ 42 (+68%)
Mutual labels:  ocr

OCR

This project refers to the handwritten recognition with CNN and RNN, decode with CTC.

demo Demo on youtube

Update

This repo has better model and higher accuracy

Dataset

IAM dataset

Result

Test on IAM dataset:

Model Test Unit CER(%) WER(%)
WORD WORD 17.20 37.78

Train

[Google colab]

Usage

Training

$ python3 Train.py

Predict

$ python3 Prediction.py

predict

Evaluation

$ python3 EvaluationWord.py
$ python3 EvaluationLine.py

References

https://towardsdatascience.com/build-a-handwritten-text-recognition-system-using-tensorflow-2326a3487cd5 http://norvig.com/spell-correct.html

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].