https://github.com/zsxkib/voice-cloning-create-dataset
Create your own RVC v2 dataset from a youtube video
https://github.com/zsxkib/voice-cloning-create-dataset
Last synced: 6 months ago
JSON representation
Create your own RVC v2 dataset from a youtube video
- Host: GitHub
- URL: https://github.com/zsxkib/voice-cloning-create-dataset
- Owner: zsxkib
- License: mit
- Created: 2023-11-20T15:35:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T12:55:13.000Z (over 1 year ago)
- Last Synced: 2025-04-01T13:08:37.503Z (6 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 25
- Watchers: 1
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RVC v2 Dataset Creation Tool
[](https://replicate.com/zsxkib/create-rvc-dataset)
## Introduction
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. 🧠🎤## Features
- **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. 💾## How to Use
1. **YouTube URL**: Input the link to the video. 🖇️
2. **Dataset Name**: Choose a name or stick with the default. ✏️
3. **Run**: Hit 'Run' to begin the magic. 🚀
4. **Download**: Grab your `.zip` file full of vocal clips. 📦## What You Get
- The output is a `.zip` file titled `dataset//`.
- It houses `split_.mp3` files, each containing a clear vocal extract. 🎶## Training Your Model
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. 🚀## Acknowledgments
This tool is adapted from work by the talented [ardha27](https://github.com/ardha27/AI-Song-Cover-RVC), who authored the initial codebase available [here](https://colab.research.google.com/github/ardha27/AI-Song-Cover-RVC/blob/main/Download_Youtube_WAV_and_Splitting_Audio.ipynb). 🙏