Datasets:
ItsNotRohit
commited on
Commit
•
cc3898f
1
Parent(s):
3aadbb1
Update README.md
Browse files
README.md
CHANGED
@@ -145,4 +145,23 @@ dataset_info:
|
|
145 |
num_examples: 24200
|
146 |
download_size: 9888605889
|
147 |
dataset_size: 8881453083.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
num_examples: 24200
|
146 |
download_size: 9888605889
|
147 |
dataset_size: 8881453083.2
|
148 |
+
language:
|
149 |
+
- en
|
150 |
+
tags:
|
151 |
+
- food101
|
152 |
+
- image classification
|
153 |
+
size_categories:
|
154 |
+
- 100K<n<1M
|
155 |
---
|
156 |
+
## Dataset Details
|
157 |
+
|
158 |
+
### Dataset Description
|
159 |
+
|
160 |
+
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.
|
161 |
+
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.
|
162 |
+
|
163 |
+
### Dataset Sources
|
164 |
+
|
165 |
+
- **Food101:** https://huggingface.co/datasets/food101
|
166 |
+
- **Indian Food Classification:** https://www.kaggle.com/datasets/l33tc0d3r/indian-food-classification
|
167 |
+
- **The-massive-Indian-Food-Dataset:** https://www.kaggle.com/datasets/anshulmehtakaggl/themassiveindianfooddataset
|