mhamza-007 commited on
Commit
1600bcc
·
verified ·
1 Parent(s): f693923

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Food Classification Dataset
2
 
3
  This dataset consists of multiple subsets of food images designed for training and evaluating deep learning models for food classification. It includes full-scale and reduced versions to facilitate experimentation with different data sizes.
@@ -11,4 +23,3 @@ This dataset consists of multiple subsets of food images designed for training a
11
  | `10_food_classes_10_percent.zip` | ~119MB | A smaller version with only 10% of the images. |
12
  | `10_food_classes_1_percent.zip` | ~133MB | A tiny version containing just 1% of the `10_food_classes` dataset. |
13
  | `pizza_steak.zip` | ~109MB | A dataset focusing on `pizza` and `steak` classification. |
14
-
 
1
+ ---
2
+ datasets:
3
+ - food-classification
4
+ tags:
5
+ - images
6
+ - classification
7
+ - deep-learning
8
+ license: mit
9
+ language: en
10
+ ---
11
+
12
+ ---------------------------------
13
  # Food Classification Dataset
14
 
15
  This dataset consists of multiple subsets of food images designed for training and evaluating deep learning models for food classification. It includes full-scale and reduced versions to facilitate experimentation with different data sizes.
 
23
  | `10_food_classes_10_percent.zip` | ~119MB | A smaller version with only 10% of the images. |
24
  | `10_food_classes_1_percent.zip` | ~133MB | A tiny version containing just 1% of the `10_food_classes` dataset. |
25
  | `pizza_steak.zip` | ~109MB | A dataset focusing on `pizza` and `steak` classification. |