Crnn
DevOps
About
CRNN (Convolutional Recurrent Neural Network) is an iconic machine learning model architecture hosted on GitHub that fuses convolutional layers with recurrent neural networks (like LSTM) and Connectionist Temporal Classification (CTC) loss to achieve high-accuracy image-based sequence recognition, such as scene text parsing and Optical Character Recognition (OCR).