Skip to content
/ spear Public

License Plate Recognition with Database Lookup written in Python

Notifications You must be signed in to change notification settings

jedcua/spear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac114aa · May 10, 2015

History

6 Commits
Apr 23, 2015
Apr 25, 2015
May 10, 2015
Apr 23, 2015
Apr 25, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages