Tools for creating training footage for our neural network.
- Install
python3
- Setup a virtual environment
python3 -m venv training-tools
- Install dependencies
pip install -r requirements.txt
If you add a dependency use pip freeze > requirements.txt
to update the requirements.txt
file.