#218 · Primary category: Computer Vision
fast-alpr
Fast Automatic License Plate Recognition (ALPR) framework.
Project last updated:03/16/26
GitHub Stars
788
Forks
126
Contributors
1
License
MIT
Why we included this project
FastALPR is a self-contained license plate recognition library: it detects plates and reads the characters with ONNX models that are fast enough for live camera feeds. Detection and OCR are separate stages, so you can swap in your own models when the defaults don't handle your region's plate formats. Because it runs on ONNX Runtime, it stays light enough for edge deployments without pulling in a heavy deep-learning stack. The Python API and documentation cover what you need to integrate plate reading into a larger application, whether that's access control, tolling, or fleet tracking.
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)