Vehicle License Plate Recognition using OpenCV and Tesseract.
Flask api for Automatic License Plate Recognition (ALPR) for our app Campus Car
- Clone the repository
git clone https://github.com/shahshubh/CampusCar-Server.git
. - Install the required packages using
pip install
. - Next you need to download Tesseract-ocr.
- Inside app.py file on Line 10 change the path according to your downloaded location.
- Finally run
python app.py
.