Spaces:
Running
on
Zero
Running
on
Zero
TheStinger
commited on
Commit
•
9a25e34
1
Parent(s):
9a8567b
Update README.md
Browse files
README.md
CHANGED
@@ -6,33 +6,67 @@ colorTo: pink
|
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
pinned: true
|
9 |
-
duplicated_from: akhaliq/demucs
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
-
|
|
|
|
|
16 |
|
17 |
-
|
18 |
-
Space emoji (emoji-only character allowed)
|
19 |
|
20 |
-
|
21 |
-
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
22 |
|
23 |
-
|
24 |
-
|
25 |
|
26 |
-
|
27 |
-
Can be either `gradio` or `streamlit`
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
|
32 |
|
33 |
-
|
34 |
-
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
|
35 |
-
Path is relative to the root of the repository.
|
36 |
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
pinned: true
|
|
|
9 |
---
|
10 |
|
11 |
+
![Ilaria AI Suite](./ilariaaisuite.png)
|
12 |
+
***
|
13 |
+
[![Static Badge](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Space-s?labelColor=YELLOW&color=FFEA00)](https://huggingface.co/spaces/TheStinger/Ilaria_UVR) [![Static Badge](https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Space-Duplication-s?labelColor=YELLOW&color=FFEA00)](https://huggingface.co/spaces/TheStinger/Ilaria_UVR?duplicate=true) [![Static Badge](https://img.shields.io/badge/GitHub-Source%20Code-s?logo=GitHub)](https://github.com/TheStingerX/Ilaria-UVR) [![Static Badge](https://img.shields.io/badge/AI%20Hub-Discord%20Server-s?logo=Discord&color=%09%237289da)](https://discord.gg/aihub) [![Static Badge](https://img.shields.io/badge/Ko--Fi-s?logo=Ko-Fi&label=Support%20me%20on&labelColor=434b57&color=FF5E5B)](https://ko-fi.com/ilariaowo)
|
14 |
+
***
|
15 |
+
<p align="center">
|
16 |
+
<h1>Ilaria RVC 💖</h1>
|
17 |
+
</p>
|
18 |
|
19 |
+
🎉 Welcome to Ilaria UVR! 🎉
|
20 |
+
|
21 |
+
This project leverages various libraries and modules to create a Graphical User Interface (GUI) for vocals and instrumentals separation.
|
22 |
+
It's primarily designed for use with HuggingFace Spaces. 🤗
|
23 |
|
24 |
+
Ilaria RVC is part of the Ilaria AI Suite wich includes various easy and powerful tools. 💖
|
|
|
25 |
|
26 |
+
## 📦 Installation 📦
|
|
|
27 |
|
28 |
+
To use this project, clone the original Space on Hugging Face.
|
29 |
+
Make sure you restart it time to time to keep up with the new updates.
|
30 |
|
31 |
+
## 🖥️ Usage 🖥️
|
|
|
32 |
|
33 |
+
Once the dependencies are installed automatically, Hugging Face will use app.py to start the user interface.
|
34 |
+
From there, you can utilize the various features of the project.
|
|
|
35 |
|
36 |
+
## 🌟 Features 🌟
|
|
|
|
|
37 |
|
38 |
+
Ilaria UVR offers a range of features, including:
|
39 |
+
|
40 |
+
- 🎤 **Audio Separation**:
|
41 |
+
The heart of Ilaria UVR is the demucs module, which performs the heavy lifting of separating the vocal and instrumental tracks from an audio file.
|
42 |
+
This is done in the inference function, which takes an audio file as input and returns the paths of the separated vocal and instrumental tracks.
|
43 |
+
|
44 |
+
- 🖥️ **User-Friendly Web Interface**:
|
45 |
+
The application uses the gradio module to create an intuitive web interface.
|
46 |
+
Users can easily upload an audio file, and the application will return the separated vocal and instrumental tracks.
|
47 |
+
|
48 |
+
- 📂 **Efficient File Handling**:
|
49 |
+
The application employs the os and scipy.io.wavfile modules for efficient file handling operations.
|
50 |
+
It creates a directory for output files if it doesn’t already exist, writes the input audio to a file, and returns the paths of the separated audio files.
|
51 |
+
|
52 |
+
- 🥇 **Voted for Best Quality**:
|
53 |
+
This application stands out for its superior quality of audio separation.
|
54 |
+
It has been voted by users as the best among other Spaces on Hugging Face for delivering a higher quality of separation between vocal and instrumental tracks, providing a clearer and more distinct output.
|
55 |
+
|
56 |
+
- ⚡ **Fast Processing Speed**:
|
57 |
+
Speed is another area where this application shines. It processes audio files faster than other spaces on HuggingFace, allowing users to get their separated tracks in less time.
|
58 |
+
|
59 |
+
## 🙏 Credits 🙏
|
60 |
+
|
61 |
+
- **akhaliq** - For composing the original Gradio UI
|
62 |
+
|
63 |
+
## 🤝 Contributing 🤝
|
64 |
+
|
65 |
+
Interested in contributing to this project? Ilaria is always looking for collaborators.
|
66 |
+
Feel free to open a pull request on Hugging Face.
|
67 |
+
|
68 |
+
## 📄 License 📄
|
69 |
+
|
70 |
+
This project is released under the `INCU` license.
|
71 |
+
For more details, please check the license file.
|
72 |
+
For further questions feel free to contact Ilaria.
|