Create vocal datasets for Realistic Voice Cloning (RVC) v2 models with ease. Simply provide a YouTube video URL and let the tool handle the extraction and preparation of vocal data, ideal for training sophisticated voice cloning models. 🧠🎤
- Easy Input: Paste the URL and optionally name your dataset. 📌
- Automated Processing: Isolates vocals and segments them into clips. ⚙️
- Immediate Download: Access your dataset with a click. 💾
- YouTube URL: Input the link to the video. 🖇️
- Dataset Name: Choose a name or stick with the default. ✏️
- Run: Hit 'Run' to begin the magic. 🚀
- Download: Grab your
.zip
file full of vocal clips. 📦
- The output is a
.zip
file titleddataset/<your_dataset_name>/
. - It houses
split_<i>.mp3
files, each containing a clear vocal extract. 🎶
Once you have your dataset, head over to https://replicate.com/zsxkib/train-rvc-v2
to train your RVC v2 model on your newly created dataset. 🚀
This tool is adapted from work by the talented ardha27, who authored the initial codebase available here. 🙏