jomillsjose commited on
Commit
83ad3d9
1 Parent(s): 1d4a848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
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
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \- coughing/
25
+
26
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \- toilet_flush/
27
+
28
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \- running_water/
29
+
30
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \- other_1/
31
+
32
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \- other_2/