#218 · Primary category: Computer Vision

fast-alpr

alpr alpr-library alpr-sdk anpr automatic-license-plate-recognition automatic-number-plate-recognition computer-vision license-plate-detection license-plate-recognition onnxruntime plate-detection plate-recognition python real-time

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