### Machine Learning Models 1. Navigate to the `ML` directory: ```bash cd ML ``` 2. Set up a virtual environment and install dependencies: ```bash pip install -r requirements.txt ``` 3. Run model training or inference scripts: ```bash python train.py python analyze_video.py