eduardo76 / license-plate-recognition

Car Plate Recognition app using Python3 and cv2 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarPlate-Recognition

Car Plate Recognition app using Python3 and cv2 library

Technical Requirements

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

Setup

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.

To run the project

After the download is completed and the requirements are fulfilled, execute the file ./src/app.py.

About

Car Plate Recognition app using Python3 and cv2 library

License:MIT License


Languages

Language:Python 100.0%