js2552 commited on
Commit
6a98cda
·
verified ·
1 Parent(s): cc20522

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -23,4 +23,35 @@ configs:
23
  data_files:
24
  - split: train
25
  path: data/train-*
 
 
 
 
 
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  data_files:
24
  - split: train
25
  path: data/train-*
26
+ license: cc-by-4.0
27
+ task_categories:
28
+ - image-classification
29
+ size_categories:
30
+ - 1K<n<10K
31
  ---
32
+ # Guava Maturity Classification
33
+
34
+ A dataset for maturity classification of three varieties of guava. The dataset contains 2,309 images across 3 classes: green, mature-green, ripe.
35
+ Images per class:
36
+ - green: 232
37
+ - mature-green: 829
38
+ - ripe: 1,248
39
+
40
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
41
+
42
+ ## Citation
43
+
44
+ ```bibtex
45
+ @article{maitlo2023novel,
46
+ title={A novel dataset of guava fruit for grading and classification},
47
+ author={Maitlo, Abdul Khalique and Aziz, Abdul and Raza, Hassnian and Abbas, Neelam},
48
+ journal={Data in Brief},
49
+ volume={49},
50
+ pages={109462},
51
+ year={2023}
52
+ }
53
+ ```
54
+
55
+ Maitlo, Abdul Khalique; Aziz, Abdul; Raza, Hassnain ; Abbas, Neelam (2023), “Guava Fruit Dataset for Classification ”, Mendeley Data, V1, doi: 10.17632/w3fg8jjmzr.1
56
+
57
+ *This dataset was reformatted from its original format to match HuggingFace standards.*