Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 536 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 536 Bytes

Music Source Separation

This tool allows you to extract the "sources" (bass, drums, vocals and other) from a given piece of music. The model is based on the demucs architecture (mdx_extra_q pretrained on musdb18). [demo]

python3 -m venv env
apt install -y ffmpeg
source env/bin/activate
pip install -r requirements.txt
python3 bot.py <bot_owner_id> <bot_token>

Alt Text