Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.34 KB

🚗 Car_Plate_Detection

The idea of the project is to recognize the plate number of a car & identify the numbers/characters in it.

Libraries needed to be installed

Note: in this project we have worked on jupyter notebook interface . To install it you have to follow this link Click

1- install open cv by run the following command

pip install opencv-python

2- install imutils by run the following command

pip install imutils

Our Approch

mainly in this project we have three steps to do

1-Localize The Plate.

First Step Second Step

2-Extract The Plate Image.

Thired Step

📋 Final results

3-Extracting The Plate’s Numbers/Characters.

Fourth Step

For more detalies follow this Link Project Document