-
Download tesseract-ocr binaries. Visit here and follow instruction for your system.
-
Create Python Environment
pip install virtualenv cd license_plate_recognition/module_1_vision virtualenv venv
-
for Gnu/Linux Systems
source venv/bin/activate
-
for Windows systems
\venv\Scripts\activate.bat
-
-
Start
pip install -r requirements.txt python run.py
-
There are some dependecies for raspberry pi. If you want to run this project in pi, you should run this line
docker-compose -f docker-compose-pi.yml up --build
-
Otherwise you should run this line
docker-compose up --build