Condusom is an interactive musical synth that transforms hand gestures captured by your webcam into a dynamic sonic expression.
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
To run the application, execute the following command:
python main.py