项目作者: ashutoshsuman99

项目描述 :
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.
高级语言: Jupyter Notebook
项目地址: git://github.com/ashutoshsuman99/License-Plate-Recognition-System.git


License Plate Recognition System

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python
  • Sckit-learn
  1. pip install sckit-learn
  • OpenCV
  1. pip install opencv
  • Matplotlib
  1. pip install matplotlib
  • Tesseract
  1. pip install pytesseract

Installing & Testing

  • Download this project into you computer
  • Run prediction.py
    1. python prediction.py

Built With

Author