Logging application for a hypothetically traffic system using Yolov8 for tracking
# create python virtual environment
python3 -m venv venv
# create python virtual environment
source venv/bin/activate
# install dependencies
pip install -r requirements.txt
python3 -m main