Developed a License Plate Recognition System which performs plate detection, character segmentation and character recognition to identify the Licence Plate Number. Used Open CV and Heuristics for plate detection, and Pytesseract and linear SVM for character recognition. Refer to - Documentation for more information.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python
- Sckit-learn
pip install sckit-learn
- OpenCV
pip install opencv
- Matplotlib
pip install matplotlib
- Tesseract
pip install pytesseract
- Download this project into you computer
- Run prediction.py
python prediction.py
- Python - Programming Language
- Scikit-Learn - Standard implementation of machine learning models.
- OpecCV - Used to edge detection and generate contours
- Pytesseract - Image OCR
- Ashutosh Suman(https://github.com/ashutoshsuman99)