Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 532 Bytes

File metadata and controls

25 lines (15 loc) · 532 Bytes

License Plate Recognition

Overview

Currently this code includes:

  • Car Number Plate detection and recognition (also multiline)
  • Bike Number Plate detection and recognition (also multiline)

Run the code in virtual environment (Recommended)

$ pip3 install -r requirements.txt

To test via API

$ python api.py

Swagger API

http://0.0.0.0:6500/

To test on video

$ python test.py

Note: This code is compatible with Python >= 3.6.0. Although it might work with other Python versions with some minor changes