File size: 1,130 Bytes
949058f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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': burger
          '1': butter_naan
          '2': chai
          '3': chapati
          '4': chole_bhature
          '5': dal_makhani
          '6': dhokla
          '7': fried_rice
          '8': idli
          '9': jalebi
          '10': kaathi_rolls
          '11': kadai_paneer
          '12': kulfi
          '13': masala_dosa
          '14': momos
          '15': paani_puri
          '16': pakode
          '17': pav_bhaji
          '18': pizza
          '19': samosa
  splits:
  - name: train
    num_bytes: 1168073947.2861335
    num_examples: 5015
  - name: test
    num_bytes: 306817208.6978666
    num_examples: 1254
  download_size: 1600014228
  dataset_size: 1474891155.9840002
---
# Dataset Card for "indian_food_images"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)