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 venvActivate the virtual environment:
source venv/bin/activateInstall the required packages:
pip install -r requirements.txtTo run the application, execute the following command:
python main.py