Little CLI menu wrapper around demucs. All credit to https://github.com/adefossez/demucs
# Setup
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Run
./run.sh- Place audio files in
tracks_in/ - Run the app and select files with arrow keys
- Find stems in
tracks_out/<songname>/ - Processed files move to
tracks_processed/