Remove (approximate) guitar from audio using Demucs, with a simple local web UI.
This project works by separating stems with Demucs and then remixing the non-guitar stems (drums + bass + vocals).
- Python 3.12 recommended
ffmpegavailable in PATHpipxfor installing Demucs
cd /path/to/GuitarKaraoke
bash setup.sh
python3 web_app.pyOpen http://localhost:8000.
python3 remove_guitar.py /path/to/input.mp3 /path/to/output.mp3Demucs produces stems like drums.wav, bass.wav, vocals.wav, and other.wav.
We mix drums+bass+vocals to reduce guitar presence.
- This is an approximation. If guitar is baked into vocals or other stems, it will remain.
- Large files can take a while to process, depending on CPU.
Apache-2.0. See LICENSE.