Skip to content

Latest commit

 

History

History

dance_movement_generators

Dance Movement Generators

This folder contains tools to generate dance movements.

Setup

  1. Setup the Python virtual environment.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. 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