Skip to content

Python program that extracts images of car's number plates from live video feed and saves the images of number plates locally.

Notifications You must be signed in to change notification settings

ritwiksingh21/Car-Number-Plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Car Number Plate

A simple python program that lets you save images of car License plate from video feed.

🚗 Grab the License plates!

The main file:.

:-> carNumberPlate.py : Contains all required code to .

What it does:

This program plays the video provided to it and using pre-trained model, it identifies car number plate and selectes the area containing the plate as "region-of-interest". Upon pressing the 's' key a screenshot of the license plate is save in the designated folder in an ordered fashion.

Note: Currently this project works best for russian number plates as the model used here is trained on russian number plates.

What you need to run this:

  • Python 3
  • OpenCV
  • Numpy

Contribute:

If you feel like adding something to this project or just found something wrong, please go ahead and make a PR or raise an issue.
Any help from your side would be highly appreciated!

DEMO:

carNumberPlate:

About

Python program that extracts images of car's number plates from live video feed and saves the images of number plates locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages