Skip to content

Number Plate Recognition System is a car license plate identification system made using OpenCV in python. It can be used to detect the number plate from the video as well as from the image. It will blur the number plate and show a text for identification.

Notifications You must be signed in to change notification settings

hasaan21/Car-Number-Plate-Recognition-Sysytem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Plate Recognition System Using OpenCV

Number Plate Recognition System is car license plate identification system made using OpenCV in python. It can be used to detect number plate from video as well as from image.

Description

readimage.py: This file is used to detect number plate from an image file. It wil draw a boundry around the number plate, blur it and show the text for identification.

readvideo.py: This file is used to detect number plate from video file. It will draw a boundry around the number plate, blur it and show the text for identification.

haarcascade_russian_plate_number.xml: This is a trained haaarcascade model by OpenCV for license plate detection. It is used in both files.

Data: This folder contains data used in the Project.

Prerequisites

  • python 3.7
  • OpenCV >= 4
  • Numpy

License

This project is licensed under the MIT License.

About

Number Plate Recognition System is a car license plate identification system made using OpenCV in python. It can be used to detect the number plate from the video as well as from the image. It will blur the number plate and show a text for identification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages