Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# EcoSoundNet 🔥
|
| 2 |
|
| 3 |
Welcome to EcoSoundNet, a sound classification application built using Streamlit. This project leverages audio data from the **UrbanSound8K** dataset and implements machine learning models for sound classification. Check out the details below!
|
|
@@ -32,14 +45,3 @@ The main application is built using **Streamlit**, a powerful framework for crea
|
|
| 32 |
- **App File**: `app.py`
|
| 33 |
- **Pinned**: No
|
| 34 |
|
| 35 |
-
### App Configuration
|
| 36 |
-
|
| 37 |
-
```yaml
|
| 38 |
-
title: EcoSoundNet
|
| 39 |
-
emoji: 🔥
|
| 40 |
-
colorFrom: pink
|
| 41 |
-
colorTo: blue
|
| 42 |
-
sdk: streamlit
|
| 43 |
-
sdk_version: 1.41.1
|
| 44 |
-
app_file: app.py
|
| 45 |
-
pinned: false
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: EcoSoundNet
|
| 3 |
+
emoji: 🔥
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.41.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
# EcoSoundNet 🔥
|
| 15 |
|
| 16 |
Welcome to EcoSoundNet, a sound classification application built using Streamlit. This project leverages audio data from the **UrbanSound8K** dataset and implements machine learning models for sound classification. Check out the details below!
|
|
|
|
| 45 |
- **App File**: `app.py`
|
| 46 |
- **Pinned**: No
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|