blaise-tk commited on
Commit
fa48da6
ยท
verified ยท
1 Parent(s): 8ef89ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -96
README.md CHANGED
@@ -1,96 +1,111 @@
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/main/assets/Applio.ipynb" target="_blank">๐Ÿ”Ž Google Colab (UI)</a>
31
- โ€ข
32
- <a href="https://colab.research.google.com/github/iahispano/applio/blob/main/assets/Applio_NoUI.ipynb" target="_blank">๐Ÿ”Ž Google Colab (No UI)</a>
33
- </p>
34
-
35
- > [!NOTE]
36
- > Applio will no longer receive frequent updates. Going forward, development will focus mainly on security patches, dependency updates, and occasional feature improvements. This is because the project is already stable and mature with limited room for further improvements. Pull requests are still welcome and will be reviewed.
37
-
38
- ## Introduction
39
-
40
- 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.
41
-
42
- ## Terms of Use and Commercial Usage
43
-
44
- Using Applio responsibly is essential.
45
-
46
- - Users must respect copyrights, intellectual property, and privacy rights.
47
- - Applio is intended for lawful and ethical purposes, including personal, academic, and investigative projects.
48
- - Commercial usage is permitted, provided users adhere to legal and ethical guidelines, secure appropriate rights and permissions, and comply with the [MIT license](./LICENSE).
49
-
50
- The source code and model weights in this repository are licensed under the permissive [MIT license](./LICENSE), allowing modification, redistribution, and commercial use.
51
-
52
- However, if you choose to use this official version of Applio (as provided in this repository, without significant modification), you must also comply with our [Terms of Use](./TERMS_OF_USE.md). These terms apply to our integrations, configurations, and default project behavior, and are intended to ensure responsible and ethical use without limiting their use in any way.
53
-
54
- For commercial use, we recommend contacting us at [support@applio.org](mailto:support@applio.org) to ensure your usage aligns with ethical standards. All audio generated with Applio must comply with applicable copyright laws. If you find Applio helpful, consider supporting its development [through a donation](https://ko-fi.com/iahispano).
55
-
56
- By using the official version of Applio, you accept full responsibility for complying with both the MIT license and our Terms of Use. Applio and its contributors are not liable for misuse. For full legal details, see the [Terms of Use](./TERMS_OF_USE.md).
57
-
58
- ## Getting Started
59
-
60
- ### 1. Installation
61
-
62
- Run 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 Applio
68
-
69
- Start Applio using:
70
-
71
- - **Windows:** Double-click `run-applio.bat`.
72
- - **Linux/macOS:** Run `run-applio.sh`.
73
-
74
- This launches the Gradio interface in your default browser.
75
-
76
- ### 3. Optional: TensorBoard Monitoring
77
-
78
- To monitor training or visualize data:
79
-
80
- - **Windows:** Run `run-tensorboard.bat`.
81
- - **Linux/macOS:** Run `run-tensorboard.sh`.
82
-
83
- For more detailed instructions, visit the [documentation](https://docs.applio.org).
84
-
85
- ## References
86
-
87
- Applio is made possible thanks to these projects and their references:
88
-
89
- - [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
90
- - [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf
91
-
92
- ### Contributors
93
-
94
- <a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
95
- <img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
96
- </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ title: Applio
4
+ sdk: gradio
5
+ colorFrom: green
6
+ colorTo: green
7
+ pinned: true
8
+ header: mini
9
+ emoji: ๐Ÿ
10
+ startup_duration_timeout: 1h
11
+ short_description: A simple, high-quality voice conversion tool
12
+ thumbnail: >-
13
+ https://cdn-uploads.huggingface.co/production/uploads/6455176c6f4ae99656273c84/ZwBmXmdQgiV6JH7JD6HNx.png
14
+ ---
15
+
16
+ <h1 align="center">
17
+ <a href="https://applio.org" target="_blank"><img src="https://github.com/IAHispano/Applio/assets/133521603/78e975d8-b07f-47ba-ab23-5a31592f322a" alt="Applio"></a>
18
+ </h1>
19
+
20
+ <p align="center">
21
+ <img alt="Contributors" src="https://img.shields.io/github/contributors/iahispano/applio?style=for-the-badge&color=FFFFFF" />
22
+ <img alt="Release" src="https://img.shields.io/github/release/iahispano/applio?style=for-the-badge&color=FFFFFF" />
23
+ <img alt="Stars" src="https://img.shields.io/github/stars/iahispano/applio?style=for-the-badge&color=FFFFFF" />
24
+ <img alt="Fork" src="https://img.shields.io/github/forks/iahispano/applio?style=for-the-badge&color=FFFFFF" />
25
+ <img alt="Issues" src="https://img.shields.io/github/issues/iahispano/applio?style=for-the-badge&color=FFFFFF" />
26
+ </p>
27
+
28
+ <p align="center">A simple, high-quality voice conversion tool, focused on ease of use and performance.</p>
29
+
30
+ <p align="center">
31
+ <a href="https://applio.org" target="_blank">๐ŸŒ Website</a>
32
+ โ€ข
33
+ <a href="https://docs.applio.org" target="_blank">๐Ÿ“š Documentation</a>
34
+ โ€ข
35
+ <a href="https://discord.gg/urxFjYmYYh" target="_blank">โ˜Ž๏ธ Discord</a>
36
+ </p>
37
+
38
+ <p align="center">
39
+ <a href="https://github.com/IAHispano/Applio-Plugins" target="_blank">๐Ÿ›’ Plugins</a>
40
+ โ€ข
41
+ <a href="https://huggingface.co/IAHispano/Applio/tree/main/Compiled" target="_blank">๐Ÿ“ฆ Compiled</a>
42
+ โ€ข
43
+ <a href="https://applio.org/playground" target="_blank">๐ŸŽฎ Playground</a>
44
+ โ€ข
45
+ <a href="https://colab.research.google.com/github/iahispano/applio/blob/main/assets/Applio.ipynb" target="_blank">๐Ÿ”Ž Google Colab (UI)</a>
46
+ โ€ข
47
+ <a href="https://colab.research.google.com/github/iahispano/applio/blob/main/assets/Applio_NoUI.ipynb" target="_blank">๐Ÿ”Ž Google Colab (No UI)</a>
48
+ </p>
49
+
50
+ > [!NOTE]
51
+ > Applio will no longer receive frequent updates. Going forward, development will focus mainly on security patches, dependency updates, and occasional feature improvements. This is because the project is already stable and mature with limited room for further improvements. Pull requests are still welcome and will be reviewed.
52
+
53
+ ## Introduction
54
+
55
+ 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.
56
+
57
+ ## Terms of Use and Commercial Usage
58
+
59
+ Using Applio responsibly is essential.
60
+
61
+ - Users must respect copyrights, intellectual property, and privacy rights.
62
+ - Applio is intended for lawful and ethical purposes, including personal, academic, and investigative projects.
63
+ - Commercial usage is permitted, provided users adhere to legal and ethical guidelines, secure appropriate rights and permissions, and comply with the [MIT license](./LICENSE).
64
+
65
+ The source code and model weights in this repository are licensed under the permissive [MIT license](./LICENSE), allowing modification, redistribution, and commercial use.
66
+
67
+ However, if you choose to use this official version of Applio (as provided in this repository, without significant modification), you must also comply with our [Terms of Use](./TERMS_OF_USE.md). These terms apply to our integrations, configurations, and default project behavior, and are intended to ensure responsible and ethical use without limiting their use in any way.
68
+
69
+ For commercial use, we recommend contacting us at [support@applio.org](mailto:support@applio.org) to ensure your usage aligns with ethical standards. All audio generated with Applio must comply with applicable copyright laws. If you find Applio helpful, consider supporting its development [through a donation](https://ko-fi.com/iahispano).
70
+
71
+ By using the official version of Applio, you accept full responsibility for complying with both the MIT license and our Terms of Use. Applio and its contributors are not liable for misuse. For full legal details, see the [Terms of Use](./TERMS_OF_USE.md).
72
+
73
+ ## Getting Started
74
+
75
+ ### 1. Installation
76
+
77
+ Run the installation script based on your operating system:
78
+
79
+ - **Windows:** Double-click `run-install.bat`.
80
+ - **Linux/macOS:** Execute `run-install.sh`.
81
+
82
+ ### 2. Running Applio
83
+
84
+ Start Applio using:
85
+
86
+ - **Windows:** Double-click `run-applio.bat`.
87
+ - **Linux/macOS:** Run `run-applio.sh`.
88
+
89
+ This launches the Gradio interface in your default browser.
90
+
91
+ ### 3. Optional: TensorBoard Monitoring
92
+
93
+ To monitor training or visualize data:
94
+
95
+ - **Windows:** Run `run-tensorboard.bat`.
96
+ - **Linux/macOS:** Run `run-tensorboard.sh`.
97
+
98
+ For more detailed instructions, visit the [documentation](https://docs.applio.org).
99
+
100
+ ## References
101
+
102
+ Applio is made possible thanks to these projects and their references:
103
+
104
+ - [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
105
+ - [rvc-cli](https://github.com/blaisewf/rvc-cli) by blaisewf
106
+
107
+ ### Contributors
108
+
109
+ <a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
110
+ <img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
111
+ </a>