Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 346 Bytes

Readme

Tools for creating training footage for our neural network.

Get started

  1. Install python3
  2. Setup a virtual environment python3 -m venv training-tools
  3. Install dependencies pip install -r requirements.txt

Development

If you add a dependency use pip freeze > requirements.txt to update the requirements.txt file.