This projects aims to be a one stop shop to convert any song from youtube to a rvc song cover.
Example: https://github.com/user-attachments/assets/4e7a18d9-5b88-4f4f-93a4-159ed11306e8
Install torch <2.5 (audio-seperator)
pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu118
Install requirements
pip install -r requirements.txt
You will likely need ffmpeg
This repo doesn't include training.
Just copy your model you trained using the rvc main repo into "rvc"
python3 webui.py
- basic pipeline in script
- fastapi endpoint
- gradio ui
- effects like reverb -> pedalboard
- improve effects and make them changeble in the webui
- suno integration