Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 615 Bytes

File metadata and controls

33 lines (21 loc) · 615 Bytes

Condusom

Condusom is an interactive musical synth that transforms hand gestures captured by your webcam into a dynamic sonic expression.

Setting up the virtual environment

Condusom requires Python 3.x to and a virtual environment to run.

In the root repo directory, set up the virtual environment:

python3 -m venv venv

Activate the virtual environment:

source venv/bin/activate

Install the required packages:

pip install -r requirements.txt

Running the application

To run the application, execute the following command:

python main.py