← all projects

Number-Plate-detection

Automatic license plate recognition using computer vision and machine learning.

View on GitHub ↗Jupyter Notebookupdated 11mo ago

PythonOpenCVML

High-level design

A classic ALPR pipeline: locate the plate region, then read the characters.

plate localization

OpenCV-based region detection

character recognition

OCR/ML model over the localized plate crop