Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.35 KB

LicensePlateRecognition

Summary

An automated system for car license plate detection and recognition

Thanks to eevee for the hq2x python module

Setup instructions:

  1. Install Python v2.7.* 32-bit
  2. Install OpenCV 2.x (OS X guide here)
  3. Install Tesseract 3.02 (higher versions don't work with python-tesseract yet)
  4. Install the following Python packages:
  1. Extract tessdata in the main folder
  2. Place pictures on which to perform detection in the main/images folder, or you can download my test pictures
  3. OPTIONAL, to use the GUI:
  • Install (or build from source) sip
  • Install (or build from source) PyQt5
  1. Enter the project directory and run the following commands:
  • export PYTHONPATH=$PYTHONPATH:.
  • python main/main.py