soiz1 commited on
Commit
3e43c12
ยท
verified ยท
1 Parent(s): 2f5f13b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +99 -89
README.md CHANGED
@@ -1,89 +1,99 @@
1
- <h1 align="center">
2
- <a href="https://applio.org" target="_blank"><img src="https://github.com/IAHispano/Applio/assets/133521603/78e975d8-b07f-47ba-ab23-5a31592f322a" alt="Applio"></a>
3
- </h1>
4
-
5
- <p align="center">
6
- <img alt="Contributors" src="https://img.shields.io/github/contributors/iahispano/applio?style=for-the-badge&color=FFFFFF" />
7
- <img alt="Release" src="https://img.shields.io/github/release/iahispano/applio?style=for-the-badge&color=FFFFFF" />
8
- <img alt="Stars" src="https://img.shields.io/github/stars/iahispano/applio?style=for-the-badge&color=FFFFFF" />
9
- <img alt="Fork" src="https://img.shields.io/github/forks/iahispano/applio?style=for-the-badge&color=FFFFFF" />
10
- <img alt="Issues" src="https://img.shields.io/github/issues/iahispano/applio?style=for-the-badge&color=FFFFFF" />
11
- </p>
12
-
13
- <p align="center">A simple, high-quality voice conversion tool, focused on ease of use and performance.</p>
14
-
15
- <p align="center">
16
- <a href="https://applio.org" target="_blank">๐ŸŒ Website</a>
17
- โ€ข
18
- <a href="https://docs.applio.org" target="_blank">๐Ÿ“š Documentation</a>
19
- โ€ข
20
- <a href="https://discord.gg/urxFjYmYYh" target="_blank">โ˜Ž๏ธ Discord</a>
21
- </p>
22
-
23
- <p align="center">
24
- <a href="https://github.com/IAHispano/Applio-Plugins" target="_blank">๐Ÿ›’ Plugins</a>
25
- โ€ข
26
- <a href="https://huggingface.co/IAHispano/Applio/tree/main/Compiled" target="_blank">๐Ÿ“ฆ Compiled</a>
27
- โ€ข
28
- <a href="https://applio.org/playground" target="_blank">๐ŸŽฎ Playground</a>
29
- โ€ข
30
- <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb" target="_blank">๐Ÿ”Ž Google Colab (UI)</a>
31
- โ€ข
32
- <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio_NoUI.ipynb" target="_blank">๐Ÿ”Ž Google Colab (No UI)</a>
33
- </p>
34
-
35
- ## Introduction
36
-
37
- 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.
38
-
39
- ## Terms of Use and Commercial Usage
40
-
41
- Using Applio responsibly is essential. Hereโ€™s a summary of our Terms of Use and commercial guidelines:
42
-
43
- - Users must respect copyrights, intellectual property, and privacy rights.
44
- - Applio is intended for lawful and ethical purposes, including personal, academic, and investigative projects.
45
- - Commercial usage is permitted, provided users adhere to legal and ethical guidelines, secure appropriate rights and permissions, and comply with the [MIT license](./LICENSE).
46
-
47
- For commercial purposes, we recommend contacting us at [[email protected]](mailto:[email protected]) to ensure ethical use. All audio files generated with Applio must comply with applicable copyrights. If you find Applio helpful, consider supporting its development [through a donation](https://ko-fi.com/iahispano).
48
-
49
- By using Applio, you accept full responsibility for adhering to these terms. Applio and its contributors are not liable for misuse. For more details, please refer to the full [Terms of Use](./TERMS_OF_USE.md).
50
-
51
- ## Getting Started
52
-
53
- ### 1. Installation
54
-
55
- Run the installation script based on your operating system:
56
-
57
- - **Windows:** Double-click `run-install.bat`.
58
- - **Linux/macOS:** Execute `run-install.sh`.
59
-
60
- ### 2. Running Applio
61
-
62
- Start Applio using:
63
-
64
- - **Windows:** Double-click `run-applio.bat`.
65
- - **Linux/macOS:** Run `run-applio.sh`.
66
-
67
- This launches the Gradio interface in your default browser.
68
-
69
- ### 3. Optional: TensorBoard Monitoring
70
-
71
- To monitor training or visualize data:
72
-
73
- - **Windows:** Run `run-tensorboard.bat`.
74
- - **Linux/macOS:** Run `run-tensorboard.sh`.
75
-
76
- For more detailed instructions, visit the [documentation](https://docs.applio.org).
77
-
78
- ## References
79
-
80
- Applio is made possible thanks to these projects and their references:
81
-
82
- - [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
83
- - [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf
84
-
85
- ### Contributors
86
-
87
- <a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
88
- <img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
89
- </a>
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: applio
3
+ sdk: gradio
4
+ emoji: ๐Ÿ‘
5
+ colorFrom: green
6
+ colorTo: green
7
+ ---
8
+
9
+
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>
14
+
15
+ <p align="center">
16
+ <img alt="Contributors" src="https://img.shields.io/github/contributors/iahispano/applio?style=for-the-badge&color=FFFFFF" />
17
+ <img alt="Release" src="https://img.shields.io/github/release/iahispano/applio?style=for-the-badge&color=FFFFFF" />
18
+ <img alt="Stars" src="https://img.shields.io/github/stars/iahispano/applio?style=for-the-badge&color=FFFFFF" />
19
+ <img alt="Fork" src="https://img.shields.io/github/forks/iahispano/applio?style=for-the-badge&color=FFFFFF" />
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">A simple, high-quality voice conversion tool, focused on ease of use and performance.</p>
24
+
25
+ <p align="center">
26
+ <a href="https://applio.org" target="_blank">๐ŸŒ Website</a>
27
+ โ€ข
28
+ <a href="https://docs.applio.org" target="_blank">๐Ÿ“š Documentation</a>
29
+ โ€ข
30
+ <a href="https://discord.gg/urxFjYmYYh" target="_blank">โ˜Ž๏ธ Discord</a>
31
+ </p>
32
+
33
+ <p align="center">
34
+ <a href="https://github.com/IAHispano/Applio-Plugins" target="_blank">๐Ÿ›’ Plugins</a>
35
+ โ€ข
36
+ <a href="https://huggingface.co/IAHispano/Applio/tree/main/Compiled" target="_blank">๐Ÿ“ฆ Compiled</a>
37
+ โ€ข
38
+ <a href="https://applio.org/playground" target="_blank">๐ŸŽฎ Playground</a>
39
+ โ€ข
40
+ <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb" target="_blank">๐Ÿ”Ž Google Colab (UI)</a>
41
+ โ€ข
42
+ <a href="https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio_NoUI.ipynb" target="_blank">๐Ÿ”Ž Google Colab (No UI)</a>
43
+ </p>
44
+
45
+ ## Introduction
46
+
47
+ 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.
48
+
49
+ ## Terms of Use and Commercial Usage
50
+
51
+ Using Applio responsibly is essential. Hereโ€™s a summary of our Terms of Use and commercial guidelines:
52
+
53
+ - Users must respect copyrights, intellectual property, and privacy rights.
54
+ - Applio is intended for lawful and ethical purposes, including personal, academic, and investigative projects.
55
+ - Commercial usage is permitted, provided users adhere to legal and ethical guidelines, secure appropriate rights and permissions, and comply with the [MIT license](./LICENSE).
56
+
57
+ For commercial purposes, we recommend contacting us at [[email protected]](mailto:[email protected]) to ensure ethical use. All audio files generated with Applio must comply with applicable copyrights. If you find Applio helpful, consider supporting its development [through a donation](https://ko-fi.com/iahispano).
58
+
59
+ By using Applio, you accept full responsibility for adhering to these terms. Applio and its contributors are not liable for misuse. For more details, please refer to the full [Terms of Use](./TERMS_OF_USE.md).
60
+
61
+ ## Getting Started
62
+
63
+ ### 1. Installation
64
+
65
+ Run the installation script based on your operating system:
66
+
67
+ - **Windows:** Double-click `run-install.bat`.
68
+ - **Linux/macOS:** Execute `run-install.sh`.
69
+
70
+ ### 2. Running Applio
71
+
72
+ Start Applio using:
73
+
74
+ - **Windows:** Double-click `run-applio.bat`.
75
+ - **Linux/macOS:** Run `run-applio.sh`.
76
+
77
+ This launches the Gradio interface in your default browser.
78
+
79
+ ### 3. Optional: TensorBoard Monitoring
80
+
81
+ To monitor training or visualize data:
82
+
83
+ - **Windows:** Run `run-tensorboard.bat`.
84
+ - **Linux/macOS:** Run `run-tensorboard.sh`.
85
+
86
+ For more detailed instructions, visit the [documentation](https://docs.applio.org).
87
+
88
+ ## References
89
+
90
+ Applio is made possible thanks to these projects and their references:
91
+
92
+ - [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
93
+ - [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf
94
+
95
+ ### Contributors
96
+
97
+ <a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
98
+ <img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
99
+ </a>