Git Product home page Git Product logo

ango-jay / license-plate-recognition-nigerian-vehicles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from femioladeji/license-plate-recognition-nigerian-vehicles

0.0 0.0 0.0 662 KB

A python program that uses the concept of OCR using machine learning to identify the characters on a Nigerian license plate

Home Page: https://blog.devcenter.co/developing-a-license-plate-recognition-system-with-machine-learning-in-python-787833569ccd

Python 100.00%

license-plate-recognition-nigerian-vehicles's Introduction

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

  • Numpy Numpy is a python package that helps in handling n-dimensional arrays and matrices
  • Scipy Scipy for scientific python
  • Scikit-image Scikit-image is a package for image processing
  • Scikit-learn Scikit-learn is for all machine learning operations
  • Matplotlib Matplotlib is a 2D plotting library for python
  • PyMysql A pure-python MYSQL client library
  • wxpython Python GUI package

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

  • For Mac users, follow this wiki before you can use wxpython
  • For windows users, you may need to install BLAS/LAPACK before you can install scipy
  • The script that retrieves plate number information was written by @othreecodes

license-plate-recognition-nigerian-vehicles's People

Contributors

femioladeji avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.