For ethos 2022 IIT Guwahati
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