blaise-tk commited on
Commit
cbee5e3
1 Parent(s): 98d2cbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -22
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">VITS-based Voice Conversion focused on simplicity, quality, and performance.</p>
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 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.
48
 
49
  ## Getting Started
50
 
51
- To get started with Applio, simply follow these steps:
 
 
52
 
53
- ### 1. Installation:
 
54
 
55
- - Run the installation script based on your operating system:
56
- - **Windows:** Double-click on the `run-install.bat` file.
57
- - **Linux/macOS:** Execute the `run-install.sh` script.
58
 
59
- ### 2. Running Applio:
60
 
61
- - After the installation is complete, you can start Applio using the appropriate script:
62
- - **Windows:** Double-click on `run-applio.bat`.
63
- - **Linux/macOS:** Run the `run-applio.sh` script.
64
 
65
- The application will start the Gradio interface, allowing you to interact with Applio in your default browser.
66
 
67
  ### 3. Optional: TensorBoard Monitoring
68
 
69
- - If you want to monitor the training process or visualize data, you can run TensorBoard using:
70
- - **Windows:** `run-tensorboard.bat`
71
- - **Linux/macOS:** `run-tensorboard.sh`
72
 
73
- For more detailed instructions, check out the [documentation](https://docs.applio.org).
 
74
 
75
- ## Commercial Usage
76
 
77
- 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 [email protected] to ensure ethical use.
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
- Your cooperation and support are greatly appreciated. Thank you!
82
 
83
  ## References
84
 
85
- Applio is possible thanks to these projects and those cited in their references.
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