bharat-raghunathan
commited on
Commit
•
1b778eb
1
Parent(s):
73e3ce6
Add basic info + metadata
Browse files
README.md
CHANGED
@@ -28,8 +28,68 @@ dataset_info:
|
|
28 |
num_bytes: 611741947.222
|
29 |
num_examples: 3809
|
30 |
- name: test
|
31 |
-
num_bytes: 153961285
|
32 |
num_examples: 961
|
33 |
download_size: 688922167
|
34 |
dataset_size: 765703232.222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
num_bytes: 611741947.222
|
29 |
num_examples: 3809
|
30 |
- name: test
|
31 |
+
num_bytes: 153961285
|
32 |
num_examples: 961
|
33 |
download_size: 688922167
|
34 |
dataset_size: 765703232.222
|
35 |
+
task_categories:
|
36 |
+
- image-classification
|
37 |
+
language:
|
38 |
+
- en
|
39 |
+
pretty_name: indian-foods
|
40 |
+
size_categories:
|
41 |
+
- 1K<n<10K
|
42 |
---
|
43 |
+
|
44 |
+
# Dataset Card for Indian Foods Dataset
|
45 |
+
|
46 |
+
## Dataset Description
|
47 |
+
|
48 |
+
- **Homepage:** https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset
|
49 |
+
- **Repository:** https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset
|
50 |
+
- **Paper:**
|
51 |
+
- **Leaderboard:**
|
52 |
+
- **Point of Contact:** https://www.kaggle.com/anshulmehtakaggl
|
53 |
+
|
54 |
+
### Dataset Summary
|
55 |
+
|
56 |
+
This is a multi-category(multi-class classification) related Indian food dataset showcasing [The-massive-Indian-Food-Dataset](https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset).
|
57 |
+
This card has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
58 |
+
|
59 |
+
### Supported Tasks and Leaderboards
|
60 |
+
|
61 |
+
[More Information Needed]
|
62 |
+
|
63 |
+
### Languages
|
64 |
+
|
65 |
+
English
|
66 |
+
|
67 |
+
## Dataset Structure
|
68 |
+
```json
|
69 |
+
{
|
70 |
+
"image": <PIL image of the food item>
|
71 |
+
"label": class
|
72 |
+
}
|
73 |
+
```
|
74 |
+
where the categories are one of `biryani, cholebhature, jalebi, kofta, naan, paneer, panipuri, pavbhaji, dabeli, dhokla, dosa, kathiroll, pakora, vadapav`
|
75 |
+
### Data Instances
|
76 |
+
|
77 |
+
Each instance is a picture of the Indian food item,along with the category it belongs to.
|
78 |
+
|
79 |
+
#### Initial Data Collection and Normalization
|
80 |
+
|
81 |
+
Collection by Scraping data from Google Images + Leveraging some JS Functions.
|
82 |
+
All the images are resized to (300,300) to maintain size uniformity.
|
83 |
+
|
84 |
+
### Dataset Curators
|
85 |
+
|
86 |
+
[Anshul Mehta](https://www.kaggle.com/anshulmehtakaggl)
|
87 |
+
|
88 |
+
|
89 |
+
### Licensing Information
|
90 |
+
|
91 |
+
[CC0: Public Domain](https://creativecommons.org/publicdomain/zero/1.0/)
|
92 |
+
|
93 |
+
### Citation Information
|
94 |
+
|
95 |
+
[The Massive Indian Foods Dataset](https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset)
|