A prototype for evaluating license plate recognition engines.
- uv
- Python 3.10+
uv syncinside /src folder:
uv run uvicorn app.main:app --reloadImage -> (Detection) -> Crop -> Preprocessing -> OCR -> Postprocessing -> Result API
POST /recognize: Accepts an uploaded image and returns the evaluation results.
- Exact plate accuracy
- Character accuracy
- Latency
- Detection success rate
Current evaluation results on the 10 test images:

- Germany License Plate Dataset: Preview https://www.kaggle.com/datasets/unidpro/germany-license-plate-dataset?resource=download
- Python
- FastAPI
- OpenCV
- EasyOCR

