python -m venv venv
. venv/bin/activate
pip install -r requirements.txtpython training_pipeline.pyOutput model (default):
<output-dir>/runs/train_py/weights/best.pt
Set API key (or create .env in this folder):
export GROQ_API_KEY=your_key_hereRun:
python execution_pipeline.pyYou can resize the inference window while it is running. To start larger:
python execution_pipeline.py --window-width 1280 --window-height 720Optional custom weights:
python execution_pipeline.py --weights /path/to/best.pt