File size: 4,947 Bytes
696bf2c
 
3aadbb1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b42cc15
3aadbb1
 
 
 
 
 
cc3898f
 
 
 
 
 
b42cc15
9861169
 
696bf2c
cc3898f
 
 
 
 
 
 
1d9da55
 
 
cc3898f
 
 
 
b42cc15
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
---
license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': apple_pie
          '1': baby_back_ribs
          '2': baklava
          '3': beef_carpaccio
          '4': beef_tartare
          '5': beet_salad
          '6': beignets
          '7': bibimbap
          '8': biryani
          '9': bread_pudding
          '10': breakfast_burrito
          '11': bruschetta
          '12': caesar_salad
          '13': cannoli
          '14': caprese_salad
          '15': carrot_cake
          '16': ceviche
          '17': chai
          '18': chapati
          '19': cheese_plate
          '20': cheesecake
          '21': chicken_curry
          '22': chicken_quesadilla
          '23': chicken_wings
          '24': chocolate_cake
          '25': chocolate_mousse
          '26': chole_bhature
          '27': churros
          '28': clam_chowder
          '29': club_sandwich
          '30': crab_cakes
          '31': creme_brulee
          '32': croque_madame
          '33': cup_cakes
          '34': dabeli
          '35': dal
          '36': deviled_eggs
          '37': dhokla
          '38': donuts
          '39': dosa
          '40': dumplings
          '41': edamame
          '42': eggs_benedict
          '43': escargots
          '44': falafel
          '45': filet_mignon
          '46': fish_and_chips
          '47': foie_gras
          '48': french_fries
          '49': french_onion_soup
          '50': french_toast
          '51': fried_calamari
          '52': fried_rice
          '53': frozen_yogurt
          '54': garlic_bread
          '55': gnocchi
          '56': greek_salad
          '57': grilled_cheese_sandwich
          '58': grilled_salmon
          '59': guacamole
          '60': gyoza
          '61': hamburger
          '62': hot_and_sour_soup
          '63': hot_dog
          '64': huevos_rancheros
          '65': hummus
          '66': ice_cream
          '67': idli
          '68': jalebi
          '69': kathi_rolls
          '70': kofta
          '71': kulfi
          '72': lasagna
          '73': lobster_bisque
          '74': lobster_roll_sandwich
          '75': macaroni_and_cheese
          '76': macarons
          '77': miso_soup
          '78': momos
          '79': mussels
          '80': naan
          '81': nachos
          '82': omelette
          '83': onion_rings
          '84': oysters
          '85': pad_thai
          '86': paella
          '87': pakoda
          '88': pancakes
          '89': pani_puri
          '90': panna_cotta
          '91': panner_butter_masala
          '92': pav_bhaji
          '93': peking_duck
          '94': pho
          '95': pizza
          '96': pork_chop
          '97': poutine
          '98': prime_rib
          '99': pulled_pork_sandwich
          '100': ramen
          '101': ravioli
          '102': red_velvet_cake
          '103': risotto
          '104': samosa
          '105': sashimi
          '106': scallops
          '107': seaweed_salad
          '108': shrimp_and_grits
          '109': spaghetti_bolognese
          '110': spaghetti_carbonara
          '111': spring_rolls
          '112': steak
          '113': strawberry_shortcake
          '114': sushi
          '115': tacos
          '116': takoyaki
          '117': tiramisu
          '118': tuna_tartare
          '119': vadapav
          '120': waffles
  splits:
  - name: train
    num_bytes: 7060443242
    num_examples: 96800
  - name: test
    num_bytes: 1821009841.2
    num_examples: 24200
  download_size: 9888605889
  dataset_size: 8881453083.2
language:
- en
tags:
- food101
- image classification
size_categories:
- 10K<n<100K
task_categories:
- image-classification
---
## Dataset Details

### Dataset Description

This dataset is the combination of the [Food101](https://huggingface.co/datasets/food101), [Indian Food Classification](https://www.kaggle.com/datasets/l33tc0d3r/indian-food-classification) and [The-massive-Indian-Food-Dataset](https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset) datasets.
This Dataset aims to be a viable dataset for Image Classification of Foods with an added Indian context. This dataset has 121 classes with each class having 800 images in the train split and 200 images in the test split. Maximum resolution of images is 512*512.


The [Food121-224](https://huggingface.co/datasets/ItsNotRohit/Food121-224) dataset has all images downscaled to a maximum resolution of 224*224. 

### Dataset Sources

- **Food101:** https://huggingface.co/datasets/food101
- **Indian Food Classification:** https://www.kaggle.com/datasets/l33tc0d3r/indian-food-classification
- **The-massive-Indian-Food-Dataset:** https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset