setup the venv:
python3 -m venv env
activate venv on Windows:
env\Scripts\activate.bat
activate venv on Linux:
source env/bin/activate
install all the requirements:
pip install -r requirements.txt
YOLO stuff from here: https://lindevs.com/yolov4-object-detection-using-tensorflow-2/
cd source
python demo.py
cd source
python main.py