Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
β’
087d75b
1
Parent(s):
ea284f0
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ sdk_version: 4.4.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
-
|
12 |
![Ilaria AI Suite](./ilariaaisuite.png)
|
13 |
***
|
14 |
[![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_TTS) [![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_TTS?duplicate=true) [![Static Badge](https://img.shields.io/badge/GitHub-Source%20Code-s?logo=GitHub)](https://github.com/TheStingerX/Ilaria-TTS) [![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)
|
@@ -39,23 +39,23 @@ From there, you can utilize the various features of the project.
|
|
39 |
Ilaria Audio Analyzer offers a range of features, including:
|
40 |
|
41 |
- π **Spectrogram Creation**:
|
42 |
-
|
43 |
It uses the specgram function to generate the spectrogram and saves it to a PNG file.
|
44 |
|
45 |
- π **User-Friendly Web Interface**:
|
46 |
-
|
47 |
Users can easily upload an audio file, and the application will return the spectrogram of the audio and the audio file info.
|
48 |
|
49 |
- π₯οΈ **User-Friendly Web Interface**:
|
50 |
-
Ilaria
|
51 |
Users can easily upload an image, and the application will return the upscaled and restored image.
|
52 |
|
53 |
- π **Efficient File Handling**:
|
54 |
-
|
55 |
It saves the spectrogram to a PNG file and returns the path of the PNG file.
|
56 |
|
57 |
- π **Detailed Audio Information**:
|
58 |
-
|
59 |
This information is presented in a well-formatted table for easy reading.
|
60 |
|
61 |
## π Credits π
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
|
12 |
![Ilaria AI Suite](./ilariaaisuite.png)
|
13 |
***
|
14 |
[![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_TTS) [![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_TTS?duplicate=true) [![Static Badge](https://img.shields.io/badge/GitHub-Source%20Code-s?logo=GitHub)](https://github.com/TheStingerX/Ilaria-TTS) [![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)
|
|
|
39 |
Ilaria Audio Analyzer offers a range of features, including:
|
40 |
|
41 |
- π **Spectrogram Creation**:
|
42 |
+
Ilaria Audio Analyzer uses the matplotlib.pyplot module to create a spectrogram of the audio data.
|
43 |
It uses the specgram function to generate the spectrogram and saves it to a PNG file.
|
44 |
|
45 |
- π **User-Friendly Web Interface**:
|
46 |
+
Ilaria Audio Analyzer uses the gradio module to create an intuitive web interface.
|
47 |
Users can easily upload an audio file, and the application will return the spectrogram of the audio and the audio file info.
|
48 |
|
49 |
- π₯οΈ **User-Friendly Web Interface**:
|
50 |
+
Ilaria Audio Analyzer uses the gradio module to create an intuitive web interface.
|
51 |
Users can easily upload an image, and the application will return the upscaled and restored image.
|
52 |
|
53 |
- π **Efficient File Handling**:
|
54 |
+
Ilaria Audio Analyzer uses the os and tempfile modules for efficient file handling operations.
|
55 |
It saves the spectrogram to a PNG file and returns the path of the PNG file.
|
56 |
|
57 |
- π **Detailed Audio Information**:
|
58 |
+
Ilaria Audio Analyzer provides detailed information about the audio file, including the file name, duration, bitrate, number of audio channels, samples per second, and bits per second.
|
59 |
This information is presented in a well-formatted table for easy reading.
|
60 |
|
61 |
## π Credits π
|