The idea of the project is to recognize the plate number of a car & identify the numbers/characters in it.
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