File size: 1,104 Bytes
1600bcc
 
 
 
 
 
 
 
 
 
 
 
f693923
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
datasets:
  - food-classification
tags:
  - images
  - classification
  - deep-learning
license: mit
language: en
---

---------------------------------
# Food Classification Dataset

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.

## Dataset Overview

| File Name                          | Size   | Description |
|-------------------------------------|--------|-------------|
| `101_food_classes_10_percent.zip`  | ~1.34GB  | Contains 10% of the `101_food_classes` dataset. |
| `10_food_classes.zip`              | ~393MB   | Contains images for 10 different food classes. |
| `10_food_classes_10_percent.zip`   | ~119MB   | A smaller version with only 10% of the images. |
| `10_food_classes_1_percent.zip`    | ~133MB   | A tiny version containing just 1% of the `10_food_classes` dataset. |
| `pizza_steak.zip`                  | ~109MB   | A dataset focusing on `pizza` and `steak` classification. |