antonyvigouret / Text-Recognition

My implementations of different deep learning architectures for text recognition with TensorFlow 2.

Repository from Github https://github.comantonyvigouret/Text-RecognitionRepository from Github https://github.comantonyvigouret/Text-Recognition

Text-Recognition

The goal of this repo is to create implement different neural network architecture capable of recognizing text in text-line images containing lots of noises and background.

The first NN will be a CRNN architecture and it will be trained on generated images using TRDG.

CRNN

paper : https://arxiv.org/pdf/1507.05717.pdf

About

My implementations of different deep learning architectures for text recognition with TensorFlow 2.

License:MIT License


Languages

Language:Python 100.0%