AboutProjectsBlog
© 2026 Arman Singh
GitHub
back to projects
Handwritten Text Recognition (CRNN) — Python and PyTorch project by Arman Singh

Handwritten Text Recognition (CRNN)

in-progress

Overview

An ongoing machine learning project focused on building a complete handwritten text recognition pipeline. It combines CNN-based feature extraction with RNN sequence modeling (CRNN) to interpret handwritten text. The system includes image preprocessing with OpenCV and is being designed for potential deployment via Streamlit.

Key Features

  • Image preprocessing pipeline
  • CRNN-based architecture
  • Sequence prediction and decoding
  • End-to-end ML workflow
> source code

Technologies

PythonPyTorchOpenCVCRNN