Enter the developement shell on the provided flake.
You'l need to grab the files needed for the pre-trained models:
cd models
curl -lO https://github.com/patrick013/Object-Detection---Yolov3/raw/refs/heads/master/model/yolov3.weights
curl -lO https://raw.githubusercontent.com/pjreddie/darknet/refs/heads/master/cfg/yolov3.cfg
curl -lO https://raw.githubusercontent.com/pjreddie/darknet/refs/heads/master/data/coco.names
The project can be run with the following command:
python src/main.py