Matthijs commited on
Commit
b87ff2b
1 Parent(s): 76754a5

prettify readme

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,13 +1,21 @@
1
  ---
 
 
 
 
2
  license: cc-by-4.0
3
  ---
4
 
5
- # Snacks dataset
 
 
6
 
7
  This is a dataset of 20 different types of snack foods that accompanies the book [Machine Learning by Tutorials](https://www.raywenderlich.com/books/machine-learning-by-tutorials/v2.0).
8
 
9
  The images were taken from the [Google Open Images dataset](https://storage.googleapis.com/openimages/web/index.html), release 2017_11.
10
 
 
 
11
  Number of images in the train/validation/test splits:
12
 
13
  ```nohighlight
@@ -44,6 +52,8 @@ watermelon 350
44
 
45
  To save space in the download, the images were resized so that their smallest side is 256 pixels. All EXIF information was removed.
46
 
 
 
47
  Just like the images from Google Open Images, the snacks dataset is licensed under the terms of the Creative Commons license.
48
 
49
  The images are listed as having a [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/) license.
 
1
  ---
2
+ pretty_name: Snacks
3
+ task_categories:
4
+ - image-classification
5
+ - computer-vision
6
  license: cc-by-4.0
7
  ---
8
 
9
+ # Dataset Card for Snacks
10
+
11
+ ## Dataset Summary
12
 
13
  This is a dataset of 20 different types of snack foods that accompanies the book [Machine Learning by Tutorials](https://www.raywenderlich.com/books/machine-learning-by-tutorials/v2.0).
14
 
15
  The images were taken from the [Google Open Images dataset](https://storage.googleapis.com/openimages/web/index.html), release 2017_11.
16
 
17
+ ## Dataset Structure
18
+
19
  Number of images in the train/validation/test splits:
20
 
21
  ```nohighlight
 
52
 
53
  To save space in the download, the images were resized so that their smallest side is 256 pixels. All EXIF information was removed.
54
 
55
+ ## Licensing Information
56
+
57
  Just like the images from Google Open Images, the snacks dataset is licensed under the terms of the Creative Commons license.
58
 
59
  The images are listed as having a [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/) license.