jomillsjose
commited on
Commit
•
83ad3d9
1
Parent(s):
1d4a848
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,26 @@ tags:
|
|
7 |
pretty_name: audio
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pretty_name: audio
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
+
---
|
11 |
+
|
12 |
+
# Audio Dataset
|
13 |
+
|
14 |
+
This dataset consists of audio data for the following categories:
|
15 |
+
* Coughing
|
16 |
+
* Running water
|
17 |
+
* Toilet flush
|
18 |
+
* Other sounds
|
19 |
+
|
20 |
+
Although this data is unbalanced, data augmentations can be added to process the data for audio classification. The file structure looks as follows:
|
21 |
+
|
22 |
+
\- audio/
|
23 |
+
|
24 |
+
\- coughing/
|
25 |
+
|
26 |
+
\- toilet_flush/
|
27 |
+
|
28 |
+
\- running_water/
|
29 |
+
|
30 |
+
\- other_1/
|
31 |
+
|
32 |
+
\- other_2/
|