Skip to content

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

Notifications You must be signed in to change notification settings

iamrishab/E2E-Indian-License-Plate-Recognition

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages