Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,13 @@ tags:
|
|
| 7 |
- VC
|
| 8 |
- Voice Conversion
|
| 9 |
- Voice2Voice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
|
|
|
| 11 |
<h1 align="center">
|
| 12 |
<a href="https://applio.org" target="_blank"><img src="https://github.com/IAHispano/Applio/assets/133521603/78e975d8-b07f-47ba-ab23-5a31592f322a" alt="Applio"></a>
|
| 13 |
</h1>
|
|
@@ -20,7 +26,7 @@ tags:
|
|
| 20 |
<img alt="Issues" src="https://img.shields.io/github/issues/iahispano/applio?style=for-the-badge&color=FFFFFF" />
|
| 21 |
</p>
|
| 22 |
|
| 23 |
-
<p align="center">
|
| 24 |
|
| 25 |
<p align="center">
|
| 26 |
<a href="https://applio.org" target="_blank">🌐 Website</a>
|
|
@@ -44,45 +50,42 @@ tags:
|
|
| 44 |
|
| 45 |
## Introduction
|
| 46 |
|
| 47 |
-
Applio is a powerful
|
| 48 |
|
| 49 |
## Getting Started
|
| 50 |
|
| 51 |
-
|
|
|
|
|
|
|
| 52 |
|
| 53 |
-
|
|
|
|
| 54 |
|
| 55 |
-
|
| 56 |
-
- **Windows:** Double-click on the `run-install.bat` file.
|
| 57 |
-
- **Linux/macOS:** Execute the `run-install.sh` script.
|
| 58 |
|
| 59 |
-
|
| 60 |
|
| 61 |
-
-
|
| 62 |
-
|
| 63 |
-
- **Linux/macOS:** Run the `run-applio.sh` script.
|
| 64 |
|
| 65 |
-
|
| 66 |
|
| 67 |
### 3. Optional: TensorBoard Monitoring
|
| 68 |
|
| 69 |
-
|
| 70 |
-
- **Windows:** `run-tensorboard.bat`
|
| 71 |
-
- **Linux/macOS:** `run-tensorboard.sh`
|
| 72 |
|
| 73 |
-
|
|
|
|
| 74 |
|
| 75 |
-
|
| 76 |
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
Please note, the use of Applio-generated audio files falls under your own responsibility and must always respect applicable copyrights. We encourage you to consider supporting the continuous development and maintenance of Applio through a donation.
|
| 80 |
|
| 81 |
-
|
| 82 |
|
| 83 |
## References
|
| 84 |
|
| 85 |
-
Applio is possible thanks to these projects and
|
| 86 |
|
| 87 |
- [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
|
| 88 |
- [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf
|
|
|
|
| 7 |
- VC
|
| 8 |
- Voice Conversion
|
| 9 |
- Voice2Voice
|
| 10 |
+
license: mit
|
| 11 |
+
datasets:
|
| 12 |
+
- CSTR-Edinburgh/vctk
|
| 13 |
+
base_model:
|
| 14 |
+
- lj1995/VoiceConversionWebUI
|
| 15 |
---
|
| 16 |
+
|
| 17 |
<h1 align="center">
|
| 18 |
<a href="https://applio.org" target="_blank"><img src="https://github.com/IAHispano/Applio/assets/133521603/78e975d8-b07f-47ba-ab23-5a31592f322a" alt="Applio"></a>
|
| 19 |
</h1>
|
|
|
|
| 26 |
<img alt="Issues" src="https://img.shields.io/github/issues/iahispano/applio?style=for-the-badge&color=FFFFFF" />
|
| 27 |
</p>
|
| 28 |
|
| 29 |
+
<p align="center">A simple, high-quality voice conversion tool, focused on ease of use and performance.</p>
|
| 30 |
|
| 31 |
<p align="center">
|
| 32 |
<a href="https://applio.org" target="_blank">🌐 Website</a>
|
|
|
|
| 50 |
|
| 51 |
## Introduction
|
| 52 |
|
| 53 |
+
Applio is a powerful voice conversion tool focused on simplicity, quality, and performance. Whether you're an artist, developer, or researcher, Applio offers a straightforward platform for high-quality voice transformations. Its flexible design allows for customization through plugins and configurations, catering to a wide range of projects.
|
| 54 |
|
| 55 |
## Getting Started
|
| 56 |
|
| 57 |
+
### 1. Installation
|
| 58 |
+
|
| 59 |
+
Run the installation script based on your operating system:
|
| 60 |
|
| 61 |
+
- **Windows:** Double-click `run-install.bat`.
|
| 62 |
+
- **Linux/macOS:** Execute `run-install.sh`.
|
| 63 |
|
| 64 |
+
### 2. Running Applio
|
|
|
|
|
|
|
| 65 |
|
| 66 |
+
Start Applio using:
|
| 67 |
|
| 68 |
+
- **Windows:** Double-click `run-applio.bat`.
|
| 69 |
+
- **Linux/macOS:** Run `run-applio.sh`.
|
|
|
|
| 70 |
|
| 71 |
+
This launches the Gradio interface in your default browser.
|
| 72 |
|
| 73 |
### 3. Optional: TensorBoard Monitoring
|
| 74 |
|
| 75 |
+
To monitor training or visualize data:
|
|
|
|
|
|
|
| 76 |
|
| 77 |
+
- **Windows:** Run `run-tensorboard.bat`.
|
| 78 |
+
- **Linux/macOS:** Run `run-tensorboard.sh`.
|
| 79 |
|
| 80 |
+
For more detailed instructions, visit the [documentation](https://docs.applio.org).
|
| 81 |
|
| 82 |
+
## Commercial Usage
|
|
|
|
|
|
|
| 83 |
|
| 84 |
+
For commercial use, follow the [MIT license](./LICENSE) and contact us at support@applio.org to ensure ethical use. The use of Applio-generated audio files must comply with applicable copyrights. Consider supporting Applio’s development [through a donation](https://ko-fi.com/iahispano).
|
| 85 |
|
| 86 |
## References
|
| 87 |
|
| 88 |
+
Applio is made possible thanks to these projects and their references:
|
| 89 |
|
| 90 |
- [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
|
| 91 |
- [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf
|