Skip to content
/ ALPR Public

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

Notifications You must be signed in to change notification settings

mshoush/ALPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published