femioladeji / License-Plate-Recognition-Nigerian-vehicles

A python program that uses the concept of OCR using machine learning to identify the characters on a Nigerian license plate
https://blog.devcenter.co/developing-a-license-plate-recognition-system-with-machine-learning-in-python-787833569ccd
250 stars 126 forks source link
license-plate-recognition machine-learning ocr plate-recognition python

License Plate Recognition For Vehicles

Travis circleci

About

A python program that uses concepts of image processing and OCR to identify the characters on a Nigerian license plate. The OCR aspect was done with machine learning.

Functionality

  1. A GUI interface that makes image selection easier
  2. Performs all the stages of Automatic License plate recognition (ALPR); plate localization, character segmentation and character recognition
  3. Saves the license plate characters in the database
  4. You can generate your model that will be used by the ALPR
  5. You can compare the performance of supervised learning classifiers
  6. You can use your own training data
  7. Easy visualization for debugging purposes

Dependencies

The program was written with python 2.7 and the following python packages are required

How to use

  1. Clone the repository or download the zip git clone https://github.com/femioladeji/License-Plate-Recognition-Nigerian-vehicles
  2. Change to the cloned directory (or extracted directory)
  3. Create a virtual environment with virtualenv or virtualenvwrapper
  4. Install all the necessary dependencies by using pip pip install -r requirements.txt
  5. Install wxpython with pip install wxpython
  6. Start the program python ALPR.py

Other Information