https://github.com/jacoblincool/vocal-separation
This is a demo for SOTA vocal separation models. Upload an audio file and the model will separate the vocals from the background music. Based on the result of MDX23, the current SOTA model is BS-RoFormer.
https://github.com/jacoblincool/vocal-separation
Last synced: over 1 year ago
JSON representation
This is a demo for SOTA vocal separation models. Upload an audio file and the model will separate the vocals from the background music. Based on the result of MDX23, the current SOTA model is BS-RoFormer.
- Host: GitHub
- URL: https://github.com/jacoblincool/vocal-separation
- Owner: JacobLinCool
- Created: 2024-07-12T11:38:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:54:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T23:41:16.399Z (over 1 year ago)
- Language: Python
- Homepage: https://huggingface.co/spaces/JacobLinCool/vocal-separation
- Size: 24.4 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vocal Separation SOTA
[](https://huggingface.co/spaces/JacobLinCool/vocal-separation)
This is a demo for SOTA vocal separation models. Upload an audio file and the model will separate the vocals from the background music.
Based on the result of [MDX23](https://www.aicrowd.com/challenges/sound-demixing-challenge-2023/problems/music-demixing-track-mdx-23/leaderboards), the current SOTA model is [BS-RoFormer](https://arxiv.org/abs/2309.02612).
For comparison, you can also try the Mel-RoFormer model (a variant of BS-RoFormer) and the popular HTDemucs FT model.
## Models
- BS-RoFormer
- Mel-RoFormer
- HTDemucs FT
> The models are trained by the [UVR project](https://github.com/Anjok07/ultimatevocalremovergui).
> The code of this app is available on [GitHub](https://github.com/JacobLinCool/vocal-separation), any contributions should go there. Hugging Face Space is force pushed by GitHub Actions.