Hev832 commited on
Commit
33f3f56
1 Parent(s): c90b49e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -11
README.md CHANGED
@@ -9,33 +9,79 @@ tags:
9
  license: mit
10
  pipeline_tag: audio-to-audio
11
  ---
12
- # **HEX RVC**
13
- https://colab.research.google.com/drive/1ntQ_ykZ0P_HVF_84zULixs_kigKmCVJP?usp=sharing
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- A simple, high-quality voice conversion tool focused on ease of use and performance
 
17
 
 
 
 
 
 
 
18
 
19
- # Note
 
20
 
21
- Streamlit webui Not updated anymore than gradio webui.
 
 
 
 
22
 
 
23
 
 
 
 
 
 
24
 
25
  ## **Credits**
26
 
 
27
 
 
 
 
 
 
28
 
29
- [Eempostor](https://discordapp.com/users/818050831034613771) - original project
 
 
30
 
 
31
 
32
- [Applio](https://github.com/IAHispano/Applio-RVC-Fork) by [IAHispano](https://github.com/IAHispano) - The repo this colab is based on
33
 
34
- [CNChTu](https://github.com/CNChTu) - [FCPE](https://github.com/CNChTu/FCPE) F0 method
35
 
36
- [So Vits SVC](https://github.com/svc-develop-team/so-vits-svc) - [FCPE](https://github.com/CNChTu/FCPE) F0 method script
37
 
38
- [ChatGPT](https://chat.openai.com/) - Helper
39
 
40
- [Phind](https://www.phind.com/) - Helper
41
 
 
 
9
  license: mit
10
  pipeline_tag: audio-to-audio
11
  ---
12
+ Here is a refined README for the [Hex RVC Fork](https://huggingface.co/Hev832/hex-rvc), incorporating the details from the original README with some enhancements:
 
13
 
14
+ ---
15
+
16
+ # **Hex RVC Fork**
17
+
18
+ A simple, high-quality voice conversion tool focused on ease of use and performance.
19
+
20
+ [Colab Notebook](https://colab.research.google.com/drive/1ntQ_ykZ0P_HVF_84zULixs_kigKmCVJP?usp=sharing)
21
+
22
+ ---
23
+
24
+ ## **Overview**
25
+
26
+ Hex RVC Fork is a streamlined voice conversion tool designed to deliver high-quality results with minimal setup. This project is optimized for ease of use, enabling users to convert voices using state-of-the-art models effortlessly.
27
+
28
+ ### **Key Features**
29
+ - **High-quality voice conversion** using advanced techniques.
30
+ - **User-friendly interface** powered by [Gradio](https://gradio.app/).
31
+ - **Optimized for performance** with support for efficient F0 extraction methods.
32
+ - **Colab support** for quick experimentation without local setup.
33
 
34
+ ### **Note**
35
+ - The **Streamlit WebUI** is no longer being updated. Please use the **Gradio WebUI** for the latest features and support.
36
 
37
+ ---
38
+
39
+ ## **Getting Started**
40
+
41
+ ### **Colab Notebook**
42
+ To quickly try out Hex RVC, you can use the [Colab Notebook](https://colab.research.google.com/drive/1ntQ_ykZ0P_HVF_84zULixs_kigKmCVJP?usp=sharing). Simply open the link, run the cells, and start converting voices in minutes!
43
 
44
+ ### **Local Setup**
45
+ If you prefer running the tool locally, you can clone this repository and set up your environment using the following commands:
46
 
47
+ ```bash
48
+ git clone https://huggingface.co/Hev832/hex-rvc
49
+ cd hex-rvc
50
+ pip install -r requirements.txt
51
+ ```
52
 
53
+ After installation, launch the Gradio WebUI:
54
 
55
+ ```bash
56
+ python app.py
57
+ ```
58
+
59
+ ---
60
 
61
  ## **Credits**
62
 
63
+ This project is built on the shoulders of giants. Many thanks to the original creators and contributors:
64
 
65
+ - **[Eempostor](https://discordapp.com/users/818050831034613771)** - Original project inspiration.
66
+ - **[Applio](https://github.com/IAHispano/Applio-RVC-Fork)** by [IAHispano](https://github.com/IAHispano) - This repo is based on their fork.
67
+ - **[CNChTu](https://github.com/CNChTu)** - Creator of the [FCPE](https://github.com/CNChTu/FCPE) F0 extraction method.
68
+ - **[So Vits SVC](https://github.com/svc-develop-team/so-vits-svc)** - Provided the F0 method script.
69
+ - **[ChatGPT](https://chat.openai.com/)** & **[Phind](https://www.phind.com/)** - Assistance with documentation and troubleshooting.
70
 
71
+ ---
72
+
73
+ ## **Contributing**
74
 
75
+ We welcome contributions to enhance Hex RVC Fork! If you have ideas, suggestions, or bug reports, please feel free to open an issue or submit a pull request.
76
 
77
+ ---
78
 
79
+ ## **License**
80
 
81
+ This project is open-source and available under the MIT License. See the [LICENSE](LICENSE) file for more details.
82
 
83
+ ---
84
 
85
+ ## **Support**
86
 
87
+ For any questions or support, feel free to reach out via the HF Discussion page or contact the original contributors.