Skip to content

License Plate Detector is an open-source project aimed at detecting and recognizing vehicle license plates from images.

License

Notifications You must be signed in to change notification settings

co-gy/LicensePlateDetector

Repository files navigation

LicensePlateDetector

License Plate Detector is a project aimed at detecting and recognizing vehicle license plates from images.

Technology Stack

YOLOv11

YOLOv11 (You Only Look Once version 11) is used for detecting license plates within images or video frames. YOLOv11 is known for its speed and accuracy in object detection tasks, making it ideal for real-time applications.

LPRNet

LPRNet (License Plate Recognition Network) is employed for recognizing the characters on the detected license plates. LPRNet is specifically designed for license plate recognition and provides high accuracy in reading license plate numbers and letters.

Installation

  1. Clone the repository:
git clone https://github.com/co-gy/LicensePlateDetector.git
  1. Navigate to the project directory:
cd LicensePlateDetector
  1. Install the required dependencies:
pip install .

Run

source run_app.bash

About

License Plate Detector is an open-source project aimed at detecting and recognizing vehicle license plates from images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages