jedcua / spear

License Plate Recognition with Database Lookup written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System for Plate Evaluation, Assessment, and Recognition [SPEAR]

Screenshot 1 Screenshot 2

Introduction

License Plate Recognition system developed as an output of our undergraduate thesis written in Python.

It features reading the alphanumeric code from a license plate and performing a database lookup for evaluating possible violations related to that license plate.

The database lookup currently checks for the following:

  • Unregistered plates
  • Expired plates
  • Wanted/Reported plates
  • Stolen plates

Requirements

SPEAR is written in Python version 2.7.8. MySQL is needed for Database Lookup.

The following Python libraries are required:

  • SimpleCV
  • openCV
  • matplotlib.pyplot
  • numpy
  • texttable
  • termcolor
  • pymysql

About

License Plate Recognition with Database Lookup written in Python


Languages

Language:Python 100.0%