Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 442 Bytes

Number-plate-recognition

This project is an image processing project that can recognize the number plate of vehicles

It contains all the files of the project.

In this project, I used the following to complete my project

  1. Image Capturing
  2. Image Processing
  3. Image Cleaning
  4. Plate Localisation
  5. Plate Segmentation
  6. Character transformation and Recognition

Following Libraries were used:

  1. OpenCV
  2. Pytesseract
  3. Numpy