Install the YOLOv3 weights from https://pjreddie.com/darknet/yolo/
- Delete the references folder when repository cloned on your local systems.
screen-capture.mp4
-
Split the terminal in two, each for frontend and backend respectively.
-
For frontend folder(sequentially follow each commands)
cd frontend
npm install
- Executing the frontend/client code
npm run dev
- For backend folder(sequentially follow each commands)
py -3 -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
- Executing the backend python code
python app.py
- Run the following commands sequentially
docker-compose build
docker-compose up