#228 · Primary category: Computer Vision
fast-plate-ocr
Lightweight & fast OCR models for license plate text recognition.
Project last updated:03/14/26
GitHub Stars
737
Forks
96
Contributors
1
License
MIT
Why we included this project
License plate recognition usually splits into two jobs: finding the plate in a frame, then reading the characters on it. This library covers the second part. It takes cropped plate images, so you feed it the output of a separate plate detector, and it returns the text along with an optional region or country prediction. The models are small and run through ONNX Runtime, which keeps inference fast enough for edge devices and busy camera feeds. If the pretrained weights do not fit your plates, you can train your own from scratch on TensorFlow, JAX, or PyTorch through the Keras 3 backend, and a simple CLI handles training and validation without a custom pipeline.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)