Car Plate Recognition app using Python3 and cv2 library
In order to run this project, you will need to fulfill the following requirements.
- Python 3 installation
- Tesseract OCR installation
- pip install cv2
- pip install pytesseract
- Import of numpy
Firstly you can clone by using the command below:
git clone https://github.com/BrunoUemura/CarPlate-Recognition.git
Or download the zip file directly from Github and unzip it.
After the download is completed and the requirements are fulfilled, execute the file ./src/app.py
.