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

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