This folder contains tools to generate dance movements.
- Setup the Python virtual environment.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Run the generators.
python head_circle.py
python head_front_back.py
python head_left_right.py
python head_maybe.py
python head_no.py
python head_up_down.py
python head_yes.py
python torso_small_turn.py