Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.18 KB

Automatic License Plate Detection and Recognition from Videos in Real Time (ALPR_realTime)

Automatic License Plate Recognition (ALPR) has been a frequent topic of research due to many practical applications such as smart parking systems, and law enforcement. In recent years there has been an increased commercial interest in systems for automatic license plate recognition. Some of the existing systems process single images only, some even requiring vehicles to stop in front of a gate so that a still image of good quality can be taken. This project presents an approach that makes it possible to detect and recognize the license plate from video in real-time using a pre-trained model for character segmentation and recognition.

Project satges:

Automatic License Plate Recognition (ALPR) has three main steps that can be summiriezed in below image.

Screenshot

Run This Project:

To run this project you have to install tensorflow & tflearn.

              pip install tensorflow tflearn
              python Main.py -v project.mp4

Sample of the output:

Screenshot