File size: 4,340 Bytes
97a3660
 
 
 
 
 
 
 
 
 
 
74db1ab
97a3660
74db1ab
97a3660
74db1ab
 
 
 
 
97a3660
74db1ab
 
97a3660
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2788511
74db1ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2788511
97a3660
74db1ab
 
 
2788511
74db1ab
2788511
 
74db1ab
2788511
 
97a3660
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
pipeline_tag: audio-to-audio
tags:
- AI
- RVC
- VITS
- VC
- Voice Conversion
- Voice2Voice
---
<h1 align="center">
  <a href="https://applio.org" target="_blank"><img src="https://github.com/IAHispano/Applio/assets/133521603/78e975d8-b07f-47ba-ab23-5a31592f322a" alt="Applio"></a>
</h1>

<p align="center">
    <img alt="Contributors" src="https://img.shields.io/github/contributors/iahispano/applio?style=for-the-badge&color=FFFFFF" />
    <img alt="Release" src="https://img.shields.io/github/release/iahispano/applio?style=for-the-badge&color=FFFFFF" />
    <img alt="Stars" src="https://img.shields.io/github/stars/iahispano/applio?style=for-the-badge&color=FFFFFF" />
    <img alt="Fork" src="https://img.shields.io/github/forks/iahispano/applio?style=for-the-badge&color=FFFFFF" />
    <img alt="Issues" src="https://img.shields.io/github/issues/iahispano/applio?style=for-the-badge&color=FFFFFF" />
</p>

<p align="center">VITS-based Voice Conversion focused on simplicity, quality, and performance.</p>

<p align="center">
  <a href="https://applio.org" target="_blank">๐ŸŒ Website</a>
  โ€ข
  <a href="https://docs.applio.org" target="_blank">๐Ÿ“š Documentation</a>
  โ€ข
  <a href="https://discord.gg/iahispano" target="_blank">โ˜Ž๏ธ Discord</a>
</p>

<p align="center">
  <a href="https://github.com/IAHispano/Applio-Plugins" target="_blank">๐Ÿ›’ Plugins</a>
  โ€ข
  <a href="https://huggingface.co/IAHispano/Applio/tree/main/Compiled" target="_blank">๐Ÿ“ฆ Compiled</a>
  โ€ข
  <a href="https://applio.org/playground" target="_blank">๐ŸŽฎ Playground</a>
  โ€ข
  <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb" target="_blank">๐Ÿ”Ž Google Colab (UI)</a>
  โ€ข
  <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio_NoUI.ipynb" target="_blank">๐Ÿ”Ž Google Colab (No UI)</a>
</p>

## Introduction

Applio is a powerful VITS-based voice conversion tool designed with a focus on simplicity, quality, and performance. Whether you're an artist experimenting with voice synthesis, a developer building applications, or a researcher exploring new audio technologies, Applio provides an easy-to-use platform that produces high-quality voice transformations with minimal effort. Built to be flexible, Applio can be customized with various plugins and configurations to meet the needs of your project.

## Getting Started

To get started with Applio, simply follow these steps:

### 1. Installation:

- Run the installation script based on your operating system:
  - **Windows:** Double-click on the `run-install.bat` file.
  - **Linux/macOS:** Execute the `run-install.sh` script.

### 2. Running Applio:

- After the installation is complete, you can start Applio using the appropriate script:
  - **Windows:** Double-click on `run-applio.bat`.
  - **Linux/macOS:** Run the `run-applio.sh` script.

The application will start the Gradio interface, allowing you to interact with Applio in your default browser.

### 3. Optional: TensorBoard Monitoring

- If you want to monitor the training process or visualize data, you can run TensorBoard using:
  - **Windows:** `run-tensorboard.bat`
  - **Linux/macOS:** `run-tensorboard.sh`

For more detailed instructions, check out the [documentation](https://docs.applio.org).

## Commercial Usage

For commercial purposes, please adhere to the guidelines outlined in the [MIT license](./LICENSE) governing this project. Prior to integrating Applio into your application, we kindly request that you contact us at support@applio.org to ensure ethical use.

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.

Your cooperation and support are greatly appreciated. Thank you!

## References

Applio is possible thanks to these projects and those cited in their references.

- [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
- [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf

### Contributors

<a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
  <img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
</a>