Skip to content

justaprog/ANPR-evalsys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANPR-evalsys

A prototype for evaluating license plate recognition engines.

Getting Started

Prerequisites

  • uv
  • Python 3.10+

Install dependencies

uv sync

Run the application

inside /src folder:

uv run uvicorn app.main:app --reload

Access the API documentation

http://localhost:8000/docs alt text

Architecture

Image -> (Detection) -> Crop -> Preprocessing -> OCR -> Postprocessing -> Result API

API Endpoints

  • POST /recognize: Accepts an uploaded image and returns the evaluation results.

Example via OpenAPI docs: alt text

Metrics

  • Exact plate accuracy
  • Character accuracy
  • Latency
  • Detection success rate

Current evaluation results on the 10 test images: alt text alt text

Dataset

Stack

  • Python
  • FastAPI
  • OpenCV
  • EasyOCR

About

A prototype for evaluating license plate recognition engines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors