Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 805 Bytes

File metadata and controls

41 lines (31 loc) · 805 Bytes

License Plate number detection and notification system for Smart Naka

For ethos 2022 IIT Guwahati

How to run on local system?

1. Clone the repo

git clone https://github.com/Roshaen/detection-notification-sns-processing.git

2. Create virtual enviroment

python -m venv env
source env/bin/activate

3. Install required dependencies

pip install -r requirements.txt

4. Clone yolov5 repo and install dependencies

git clone https://github.com/ultralytics/yolov5.git  
cd yolov5
pip install -r requirements.txt
cd ..

5. Add pytesseract to the system path

Refer this link - https://pypi.org/project/pytesseract for pytesseract installation

6. Run main.py

python3 main.py