0x454447415244/HandwritingRecognitionSystem
A deep learning system that recognizes handwritten text in images using a Convolutional Recurrent Neural Network.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository implements a CRNN-based handwriting recognition system in TensorFlow. It uses convolutional layers to extract features from input images followed by recurrent layers for sequence modeling, enabling end-to-end text transcription. The system can be trained on historical documents and includes utilities for decoding predictions and computing posterior probabilities at each timestep.