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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
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.
4
+
5
+ ## Dataset Overview
6
+
7
+ | File Name | Size | Description |
8
+ |-------------------------------------|--------|-------------|
9
+ | `101_food_classes_10_percent.zip` | ~1.34GB | Contains 10% of the `101_food_classes` dataset. |
10
+ | `10_food_classes.zip` | ~393MB | Contains images for 10 different food classes. |
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
+