Datasets:
SunnyAgarwal4274
commited on
Commit
•
f2d568b
1
Parent(s):
2f0bf6f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,125 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
tags:
|
6 |
+
- Ingredients
|
7 |
+
- Food
|
8 |
+
- Fruits
|
9 |
+
- Vebetables
|
10 |
+
- Images
|
11 |
+
- CNN
|
12 |
+
- DL
|
13 |
+
pretty_name: 'Food Ingredients Dataset '
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
---
|
17 |
+
# Dataset Card for Dataset Name
|
18 |
+
|
19 |
+
<!-- Provide a quick summary of the dataset. -->
|
20 |
+
|
21 |
+
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
22 |
+
|
23 |
+
## Dataset Details
|
24 |
+
|
25 |
+
### Dataset Description
|
26 |
+
|
27 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
28 |
+
This dataset is a collection of high-quality images of fruits and vegetables, organized into distinct classes for effective training of machine learning models. It provides diverse representations of each category, allowing for accurate recognition and classification.
|
29 |
+
|
30 |
+
|
31 |
+
- **Curated by:** Sunny
|
32 |
+
- **Language(s) (NLP):** N/A
|
33 |
+
- **License:** cc-by-4.0
|
34 |
+
|
35 |
+
### Dataset Sources [optional]
|
36 |
+
|
37 |
+
<!-- Provide the basic links for the dataset. -->
|
38 |
+
|
39 |
+
- **Repository:** https://www.kaggle.com/datasets/sunnyagarwal427444/food-ingredient-dataset-51
|
40 |
+
|
41 |
+
## Uses
|
42 |
+
|
43 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
44 |
+
|
45 |
+
### Direct Use
|
46 |
+
|
47 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
48 |
+
|
49 |
+
This dataset can be used for:
|
50 |
+
|
51 |
+
-Training image classification algorithms for recognizing fruits and vegetables.
|
52 |
+
-Developing dietary apps that require food identification.
|
53 |
+
-Conducting research in machine learning and computer vision.
|
54 |
+
|
55 |
+
### Out-of-Scope Use
|
56 |
+
|
57 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
58 |
+
|
59 |
+
This dataset should not be used for:
|
60 |
+
|
61 |
+
-Misleading applications that misclassify or misrepresent food items.
|
62 |
+
-Research involving sensitive personal data, as the dataset does not contain such information.
|
63 |
+
|
64 |
+
## Dataset Structure
|
65 |
+
|
66 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
67 |
+
|
68 |
+
The dataset consists of images organized in subfolders, each named after the corresponding class (e.g., "Apples," "Carrots"). Each image file is labeled with the class name, making it easy to access and manage.
|
69 |
+
|
70 |
+
## Dataset Creation
|
71 |
+
|
72 |
+
### Curation Rationale
|
73 |
+
|
74 |
+
<!-- Motivation for the creation of this dataset. -->
|
75 |
+
|
76 |
+
The dataset was created to provide a comprehensive resource for researchers and developers working on food recognition tasks, enabling advancements in agricultural technology and machine learning.
|
77 |
+
|
78 |
+
### Source Data
|
79 |
+
|
80 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
81 |
+
|
82 |
+
#### Data Collection and Processing
|
83 |
+
|
84 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
85 |
+
|
86 |
+
Data was collected from various sources, including open-access image repositories and personal collections. Images were filtered to ensure quality, relevance, and diversity, with a focus on capturing different stages of ripeness and variations in appearance.
|
87 |
+
|
88 |
+
#### Who are the source data producers?
|
89 |
+
|
90 |
+
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
91 |
+
|
92 |
+
The source data was produced by various contributors, including researchers and enthusiasts in the field of agriculture and dietary science.
|
93 |
+
|
94 |
+
### Annotations
|
95 |
+
|
96 |
+
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
97 |
+
|
98 |
+
#### Annotation process
|
99 |
+
|
100 |
+
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
101 |
+
|
102 |
+
Images were annotated manually by labeling each image with the appropriate class name. Annotation guidelines were developed to ensure consistency across the dataset.
|
103 |
+
|
104 |
+
|
105 |
+
#### Personal and Sensitive Information
|
106 |
+
|
107 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
108 |
+
|
109 |
+
The dataset does not contain personal or sensitive information, focusing solely on images of fruits and vegetables.
|
110 |
+
|
111 |
+
## Bias, Risks, and Limitations
|
112 |
+
|
113 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
114 |
+
|
115 |
+
This dataset may exhibit biases based on the sources of images, which might not represent all varieties of fruits and vegetables globally. Users should be cautious when generalizing results from this dataset to broader contexts.
|
116 |
+
|
117 |
+
### Recommendations
|
118 |
+
|
119 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
120 |
+
|
121 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
122 |
+
|
123 |
+
## Dataset Card Contact
|
124 |
+
Sunny Agarwal
|
125 |
+
Email: [email protected]
|