NeoPy commited on
Commit
0c1b2eb
·
verified ·
1 Parent(s): 31ada5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -2
README.md CHANGED
@@ -2,8 +2,62 @@
2
  license: mit
3
  ---
4
 
 
5
 
6
- attempt to make EasyGUI alive!!!!
7
 
8
 
9
- Link [Colab](https://colab.research.google.com/github/BF667/RVC1/blob/main/RVC.ipynb)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ # EasyGUI V3: A Revival of Easy Voice Cloning for RVC
6
 
7
+ > **🚀 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).
8
 
9
 
10
+
11
+ Colab: [Link](https://colab.research.google.com/github/BF667/RVC1/blob/main/RVC.ipynb)
12
+
13
+
14
+
15
+ ## 📖 Description
16
+
17
+ 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.
18
+
19
+ The original `easyGUI` project by RejektsAI can be found here: [RejektsAI/easyGUI on GitHub](https://github.com/RejektsAI).
20
+
21
+ ## ✨ Key Features
22
+
23
+ * **User-Friendly Interface**: A graphical interface that simplifies the RVC model training process.
24
+ * **Efficient Training**: Designed to create good voice conversion models with short voice datasets (≤ 10 minutes).
25
+ * **RVC Integration**: Functions as an addon or companion tool for the RVC framework.
26
+ * **Colab Ready**: Includes a Google Colab notebook for easy, no-setup experimentation in the cloud.
27
+ * **Active Development**: This fork aims to continue development, fix issues, and keep the project usable.
28
+
29
+ ## 🔗 Links & Resources
30
+
31
+ * **Model Repository (This Page)**: [NeoPy/RVC on Hugging Face](https://huggingface.co/NeoPy/RVC)
32
+ * **Original easyGUI Project**: [RejektsAI/easyGUI on GitHub](https://github.com/RejektsAI/easyGUI)
33
+ * **Related RVC Addons**: The original author's [EVC (Easy Voice Cloning) repository](https://github.com/RejektsAI/EVC) provides additional tools for RVC.
34
+ * **Try it on Colab**: A Colab notebook link is available from this model page for direct use.
35
+
36
+ ## 🛠️ Installation and Usage
37
+
38
+ *(Note: For detailed, step-by-step instructions, please refer to the documentation in the original [RejektsAI/easyGUI](https://github.com/RejektsAI/easyGUI) repository.)*
39
+
40
+ **Quick Start via Colab:**
41
+ 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.
42
+
43
+ **General Setup Overview:**
44
+ 1. Ensure you have **Python** (likely 3.8 or later) installed on your system.
45
+ 2. It is recommended to use a virtual environment.
46
+ 3. Clone or download the necessary code from the related repositories (`easyGUI` and potentially `EVC` for dependencies).
47
+ 4. Install the required Python packages
48
+ 5. Launch the GUI application and follow the on-screen instructions to prepare your audio data and begin training.
49
+
50
+ ## 🤖 About the Model
51
+
52
+ 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.
53
+
54
+ **License:** This project is released under the **MIT License**.
55
+
56
+ ## 🙏 Acknowledgments
57
+
58
+ 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:
59
+ * [RejektsAI](https://github.com/RejektsAI)
60
+ * [Original easyGUI](https://github.com/RejektsAI/easyGUI)
61
+ * [EVC (Easy Voice Cloning for RVC)](https://github.com/RejektsAI/EVC)
62
+
63
+ This project (`NeoPy/RVC`) aims to maintain, update, and keep the EasyGUI tool accessible for the voice conversion community.