CNN-LSTM-CTC-text-recognition
Text recognizers
Develops CTC-based text recognition models with neural network architectures
CNN and LSTM model for text recognition
259 stars
11 watching
88 forks
Language: Python
last commit: about 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,022 |
| Detects text in images using a neural network architecture | 1,282 |
| An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
| An LSTM language model with a convolutional neural network over characters as input to predict words. | 826 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| An implementation of a Long Short-term memory network for time-series classification using Python and TensorFlow | 410 |
| This project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters. | 200 |
| Develops an end-to-end model for multiple visual perception and reasoning tasks using a single encoder, decoder, and large language model. | 1,336 |
| An implementation of a recurrent neural network-based optical character recognition system using LSTM architecture. | 37 |
| This repository contains source files and training scripts for language models. | 12 |
| A Python-based web application that recognizes handwritten Chinese characters using a Convolutional Neural Network (CNN), allowing users to input text via an online writing board and receive recognition results. | 511 |
| An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
| A Visual Question Answering model using a deeper LSTM and normalized CNN architecture. | 377 |
| An implementation of a Convolutional Neural Network using Keras for CAPTCHA recognition and classification | 287 |
| An implementation of Tree-LSTM networks in PyTorch for semantic similarity tasks using tree structures | 551 |