IndianNumberPlateDetection


Project maintained by sarnesh444 Hosted on GitHub Pages — Theme by mattgraham

IndianNumberPlateDetection

forthebadge

Description

Indian Number plate detection performed with the help of AWS Rekognition API. The number plate of an indian vehicle is quite different from the number plates of other countries,this repository consists of a python code that extracts text from an image fed to it ,compares it against a predefined regular expression to check the validity of the number plate.

Example

Sample Input

alt text

Sample Output

alt text

Tools used

Prerequisites

This package assumes you use Python 3.x.

Dependencies

Install the dependencies using PIP the package manager for python

pip install csv
pip install boto3
pip install re

Contributing

If you found any mistakes in my code, or if you can enhance the quality of documention, please feel free to contribute! Here are 3 steps to contributing.

  1. Fork this project.
  2. Commit your changes.
  3. Create a new Pull Request and link an issue with it.

Meta

Name Github LinkedIn E-mail Phone
Saranesh ManiRatna.K @saranesh @saranesh E-mail (+91) 8500717519

This project is NOT meant for production and hasn’t been tested thoroughly.