File size: 3,517 Bytes
d32f3e6 0c1b2eb d32f3e6 0c1b2eb 51bfd68 0c1b2eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
---
license: mit
---
# EasyGUI V3: A Revival of Easy Voice Cloning for RVC
> **π Attempting to make EasyGUI alive again!** This is a revival and continuation of the original **easyGUI** project by RejektsAI, designed to simplify the training of high-quality voice conversion models using Retrieval-based Voice Conversion (RVC).
Colab: [Link](https://colab.research.google.com/github/BF667/RVC1/blob/main/RVC.ipynb)
## π Description
This repository hosts **EasyGUI V3**, a maintained version of the original **easyGUI** tool. The goal is to provide an accessible, user-friendly graphical interface for training RVC models, even with limited voice data (as little as 10 minutes). It is built as an addon for the RVC (Retrieval-based Voice Conversion) framework.
The original `easyGUI` project by RejektsAI can be found here: [RejektsAI/easyGUI on GitHub](https://github.com/RejektsAI).
## β¨ Key Features
* **User-Friendly Interface**: A graphical interface that simplifies the RVC model training process.
* **Efficient Training**: Designed to create good voice conversion models with short voice datasets (β€ 10 minutes).
* **RVC Integration**: Functions as an addon or companion tool for the RVC framework.
* **Colab Ready**: Includes a Google Colab notebook for easy, no-setup experimentation in the cloud.
* **Active Development**: This fork aims to continue development, fix issues, and keep the project usable.
## π Links & Resources
* **Model Repository (This Page)**: [NeoPy/RVC on Hugging Face](https://huggingface.co/NeoPy/RVC)
* **Original easyGUI Project**: [RejektsAI/easyGUI on GitHub](https://github.com/RejektsAI/easyGUI)
* **Related RVC Addons**: The original author's [EVC (Easy Voice Cloning) repository](https://github.com/RejektsAI/EVC) provides additional tools for RVC.
* **Try it on Colab**: A Colab notebook link is available from this model page for direct use.
## π οΈ Installation and Usage
*(Note: For detailed, step-by-step instructions, please refer to the documentation in the original [RejektsAI/easyGUI](https://github.com/RejektsAI/easyGUI) repository.)*
**Quick Start via Colab:**
The easiest way to start is by using the provided **Colab** notebook link from this model's Hugging Face page. It requires no local setup.
**General Setup Overview:**
1. Ensure you have **Python** (likely 3.8 or later) installed on your system.
2. It is recommended to use a virtual environment.
3. Clone or download the necessary code from the related repositories (`easyGUI` and potentially `EVC` for dependencies).
4. Install the required Python packages
5. Launch the GUI application and follow the on-screen instructions to prepare your audio data and begin training.
## π€ About the Model
This space primarily hosts the project information and links for **EasyGUI V3**. The actual RVC model weights you train using this tool would be your own output.
**License:** This project is released under the **MIT License**.
## π Acknowledgments
This is a community effort to revive a helpful tool. All credit for the original concept, codebase, and hard work goes to **RejektsAI** and the contributors to the original repositories:
* [RejektsAI](https://github.com/RejektsAI)
* [Original easyGUI](https://github.com/RejektsAI/easyGUI)
* [EVC (Easy Voice Cloning for RVC)](https://github.com/RejektsAI/EVC)
This project (`NeoPy/RVC`) aims to maintain, update, and keep the EasyGUI tool accessible for the voice conversion community. |