iamrishab / E2E-Indian-License-Plate-Recognition

End to end pipeline for state-of-the-art Indian car, bike and other vehicle number plate recognition system.

Repository from Github https://github.comiamrishab/E2E-Indian-License-Plate-RecognitionRepository from Github https://github.comiamrishab/E2E-Indian-License-Plate-Recognition

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

About

End to end pipeline for state-of-the-art Indian car, bike and other vehicle number plate recognition system.


Languages

Language:Python 99.9%Language:Shell 0.1%Language:Makefile 0.0%