Skip to content

Norlandz/ocr-sentence-ui

Repository files navigation

  • This program can do handwriting ocr.

  • Model architecture is based on CRNN + CTC. Model is built with Pytorch. UI is written in Vue. Server is built with FastApi & Uvicorn

  • You will need to start up those 2 services in order to draw and ocr your handwriting.

  • Demo: demo

  • Model architecture specifically: CNN + MLP + ResNet > CNN > 2 bidirectional GRU > MLP > CTC loss

  • Note:

    • The model was only trained for 30min on a relatively small dataset. So the accuracy is not high.

    • The time for conversion is long. Because I didnt do any optimization on the process.

  • Repos for the same project:

About

Handwriting ocr, CRNN + CTC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published