CoolFace
Modelpublic

Ali625/Applio

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes4downloads
README.md100 linesDownload Raw Back to root
1---2pipeline_tag: audio-to-audio3tags:4- AI5- RVC6- VITS7- VC8- Voice Conversion9- Voice2Voice10license: mit11datasets:12- CSTR-Edinburgh/vctk13base_model:14- lj1995/VoiceConversionWebUI15---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>20 21<p align="center">A simple, high-quality voice conversion tool, focused on ease of use and performance.</p>22 23<p align="center">24  <a href="https://applio.org" target="_blank">🌐 Website</a>25  •26  <a href="https://docs.applio.org" target="_blank">📚 Documentation</a>27  •28  <a href="https://discord.gg/urxFjYmYYh" target="_blank">☎️ Discord</a>29</p>30 31<p align="center">32  <a href="https://github.com/IAHispano/Applio-Plugins" target="_blank">🛒 Plugins</a>33  •34  <a href="https://huggingface.co/IAHispano/Applio/tree/main/Compiled" target="_blank">📦 Compiled</a>35  •36  <a href="https://applio.org/playground" target="_blank">🎮 Playground</a>37  •38  <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb" target="_blank">🔎 Google Colab (UI)</a>39  •40  <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio_NoUI.ipynb" target="_blank">🔎 Google Colab (No UI)</a>41</p>42 43## Introduction44 45Applio 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.46 47## Terms of Use48The use of Applio is entirely at your own discretion and responsibility. By using this tool, you agree to:49 501. Respect all applicable copyrights, intellectual property rights, and privacy rights. Ensure that any audio or material processed through Applio is either owned by you or used with explicit permission from the rightful owner.51 522. Avoid using Applio in ways that may harm, defame, or infringe upon the rights of others. This includes, but is not limited to, the creation or distribution of unauthorized content.53 543. Comply with all relevant laws and regulations governing the use of AI and voice transformation tools in your jurisdiction.55 56Applio and its contributors are not liable for any misuse of the tool. The responsibility for adhering to ethical practices and legal compliance lies solely with the user. Applio does not endorse or support any activities that result in harm to individuals, groups, or entities. All official models distributed by Applio have been trained under public use datasets such as VCTK.57 58## Getting Started59 60### 1. Installation61 62Run the installation script based on your operating system:63 64- **Windows:** Double-click `run-install.bat`.65- **Linux/macOS:** Execute `run-install.sh`.66 67### 2. Running Applio68 69Start Applio using:70 71- **Windows:** Double-click `run-applio.bat`.72- **Linux/macOS:** Run `run-applio.sh`.73 74This launches the Gradio interface in your default browser.75 76### 3. Optional: TensorBoard Monitoring77 78To monitor training or visualize data:79 80- **Windows:** Run `run-tensorboard.bat`.81- **Linux/macOS:** Run `run-tensorboard.sh`.82 83For more detailed instructions, visit the [documentation](https://docs.applio.org).84 85## Commercial Usage86 87For 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).88 89## References90 91Applio is made possible thanks to these projects and their references:92 93- [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff94- [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf95 96### Contributors97 98<a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">99  <img src="https://contrib.rocks/image?repo=IAHispano/Applio" />100</a>