Skip to content

FastALPR

ALPR Demo Animation

Intro

FastALPR is a high-performance, customizable Automatic License Plate Recognition (ALPR) system. We offer fast and efficient ONNX models by default, but you can easily swap in your own models if needed.

For Optical Character Recognition (OCR), we use fast-plate-ocr by default, and for license plate detection, we use open-image-models. However, you can integrate any OCR or detection model of your choice.

Features

  • 🔍 High Accuracy: Uses advanced models for precise license plate detection and OCR.
  • 🔧 Customizable: Easily switch out detection and OCR models.
  • 🚀 Easy to Use: Quick setup with a simple API.
  • 📦 Out-of-the-Box Models: Includes ready-to-use detection and OCR models
  • ⚡ Fast Performance: Optimized with ONNX Runtime for speed.

Installation

To install FastALPR, simply do:

pip install fast-alpr