Zhenye-Na/crnn-pytorch
✍️ Convolutional Recurrent Neural Network in Pytorch | Text Recognition
This project helps convert images of handwritten text into machine-readable text. It takes an image containing handwritten characters or lines of text and outputs the corresponding text digitally. Anyone who needs to extract information from handwritten documents, such as researchers working with historical archives or data entry specialists, would find this useful.
No commits in the last 6 months.
Use this if you need to automatically transcribe handwritten documents or images into digital text.
Not ideal if you are looking for an off-the-shelf application, as this project requires development expertise to implement.
Stars
48
Forks
8
Language
Jupyter Notebook
License
MIT
Last pushed
May 01, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Zhenye-Na/crnn-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch