crnn-tensorflow
There are 18 repositories under crnn-tensorflow topic.
MaybeShewill-CV/CRNN_Tensorflow
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
sushant097/Handwritten-Line-Text-Recognition-using-Deep-Learning-with-Tensorflow
Use Convolutional Recurrent Neural Network to recognize the Handwritten line text image without pre segmentation into words or characters. Use CTC loss Function to train.
YenLinWu/RPA_UiPath
RPA(Robotic Process Automation) UiPath 實戰開發範例
VMD7/Automate-identification-and-recognition-of-handwritten-text-from-an-image
This project offers an efficient method for identifying and recognizing handwritten text from images. Using a Convolutional Recurrent Neural Network (CRNN) for Optical Character Recognition (OCR), it effectively extracts text from images, aiding in the digitization of handwritten documents and automated text extraction.
RaidasGrisk/tf2-crnn
TF2 implementation of Text recognition CRNN
YenLinWu/CRNN_with_CTC_Loss
Convolutional Recurrent Neural Network (CRNN) for reading Captchas(驗證碼)
kjanjua26/Scene-Text-OCR
This repository contains code for Scene Text OCR following the famous CRNN model. The detection part is handled by EAST and the recognition is done by CRNN.
seorim0/Tensorflow-simple-networks
Tensorflow practice
antonyvigouret/Text-Recognition
My implementations of different deep learning architectures for text recognition with TensorFlow 2.
emcdona1/crnn_models_single_gpu
Tuning, training, and transfer learning CRNN models for handwritten text words.
HansRen1024/CTCDecoder
ctc decoder
OlegPonomaryov/crnn
CRNN implementation with TensorFlow 2
arvidfalch/RawAudio_e2e
Raw Audio End-to-End Deep Learning Architectures for Sound Event Detection
dinesh-k-natarajan/autoregressive-conv-rnn
Implementation of the 2019 paper 'Autoregressive Convolutional Recurrent Neural Network for Univariate and Multivariate Time Series Prediction'