Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- audio-classification
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- audio-classification
|
4 |
+
tags:
|
5 |
+
- trash
|
6 |
+
- audio
|
7 |
+
---
|
8 |
+
|
9 |
+
This dataset is designed for training an audio classification model that identifies the type of trash being thrown into a bucket. The model classifies sounds into the following categories:
|
10 |
+
|
11 |
+
Metal
|
12 |
+
Glass
|
13 |
+
Plastic
|
14 |
+
Cardboard
|
15 |
+
Noise (non-trash-related sounds)
|
16 |
+
The dataset was recorded and organized as part of an Edge Impulse project to create a system that sorts trash based on sound.
|