omasteam commited on
Commit
213fab7
·
verified ·
1 Parent(s): d03986c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -25
README.md CHANGED
@@ -1,33 +1,38 @@
1
- ---
2
- license: mit
3
-
4
  ---
5
  dataset_info:
6
  features:
7
- - name: image
8
- dtype: image
9
- - name: label
10
- dtype:
11
- class_label:
12
- names:
13
- - Metal
14
- - Glass
15
- - Biological
16
- - Paper
17
- - Battery
18
- - Trash
19
- - Cardboard
20
- - Shoes
21
- - Clothes
22
- - Plastic
23
  splits:
24
- - name: train
25
- num_examples: 19762
26
  total_num_examples: 19762
27
  task_templates:
28
- - task: image-classification
29
- input_schema: image
30
- label_schema: class_label
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Garbage Classification Dataset
@@ -90,4 +95,4 @@ If you use this dataset, please cite the following:
90
  **App Link:** [Deep Waste - Play Store](https://play.google.com/store/apps/details?id=com.hai.deep_waste&hl=en)
91
 
92
 
93
- ---
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ - Metal
11
+ - Glass
12
+ - Biological
13
+ - Paper
14
+ - Battery
15
+ - Trash
16
+ - Cardboard
17
+ - Shoes
18
+ - Clothes
19
+ - Plastic
20
  splits:
21
+ - name: train
22
+ num_examples: 19762
23
  total_num_examples: 19762
24
  task_templates:
25
+ - task: image-classification
26
+ input_schema: image
27
+ label_schema: class_label
28
+ license: mit
29
+ tags:
30
+ - waste
31
+ - garbage
32
+ - waste-management
33
+ - cnn
34
+ size_categories:
35
+ - 10K<n<100K
36
  ---
37
 
38
  # Garbage Classification Dataset
 
95
  **App Link:** [Deep Waste - Play Store](https://play.google.com/store/apps/details?id=com.hai.deep_waste&hl=en)
96
 
97
 
98
+ ---