File size: 1,598 Bytes
8a54741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445e1c8
 
 
 
 
8a54741
445e1c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Bad
          '1': Good
          '2': Mixed
  - name: crop
    dtype:
      class_label:
        names:
          '0': Apple
          '1': Banana
          '2': Guava
          '3': Lemon
          '4': Lime
          '5': Orange
          '6': Pomegranate
  splits:
  - name: train
    num_bytes: 4009003647
    num_examples: 19526
  download_size: 3291544075
  dataset_size: 4009003647
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
task_categories:
- image-classification
size_categories:
- 10K<n<100K
---
# Fruitnet Quality Classification

A dataset for image classification of Fruitnet Quality Classification. The dataset contains 19,526 images across 3 classes: Bad, Good, Mixed.  
Images per class:
- Bad: 6,788
- Good: 11,664
- Mixed: 1,074

This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.

## Citation

```bibtex
@article{meshram2022fruitnet,
  title={FruitNet: Indian fruits image dataset with quality for machine learning applications},
  author={Meshram, Vishal and Patil, Kailas},
  journal={Data in Brief},
  volume={40},
  pages={107686},
  year={2022},
  publisher={Elsevier}
}
```

PATIL, Kailas; MESHRAM, Vishal (2022), “FruitNet: Indian Fruits Dataset with quality (Good, Bad & Mixed quality)”, Mendeley Data, V3, doi: 10.17632/b6fftwbr2v.3

*This dataset was reformatted from its original format to match HuggingFace standards.*