To set up the virtual environment and install dependencies, run the following commands:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
group vocal tracks to the fewest number of tracks where there is only one vox at each part of the song
Python