js2552 commited on
Commit
256a637
·
verified ·
1 Parent(s): 02fefec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -25,4 +25,32 @@ configs:
25
  data_files:
26
  - split: train
27
  path: data/train-*
 
 
 
 
 
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  data_files:
26
  - split: train
27
  path: data/train-*
28
+ license: cc-by-4.0
29
+ task_categories:
30
+ - image-classification
31
+ size_categories:
32
+ - 1K<n<10K
33
  ---
34
+ # Bruised Vegetable Classification
35
+
36
+ A dataset for classification of Bruised Vegetable Classification. The dataset contains 4,464 images across 3 classes.
37
+
38
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
39
+
40
+ ## Citation
41
+
42
+ ```bibtex
43
+ @article{samanta2025nature,
44
+ title={Nature's best vs. bruised: A veggie edibility evaluation database},
45
+ author={Samanta, Bidisha and Banerjee, Sriparna and Das, Ranadhir and Chaudhuri, Sheli Sinha and Djemal, Khalifa and Feiz, Amir Ali},
46
+ journal={Data in Brief},
47
+ volume={60},
48
+ pages={111483},
49
+ year={2025},
50
+ publisher={Elsevier}
51
+ }
52
+ ```
53
+
54
+ Samanta, Bidisha ; Banerjee, Sriparna; Das, Ranadhir; Sinha Chaudhuri, Sheli; Djemal, Khalifa (2024), “Nature's Best vs. Bruised: A Veggie Evaluation”, Mendeley Data, V2, doi: 10.17632/b2mvj3kjfx.2
55
+
56
+ *This dataset was reformatted from its original format to match HuggingFace standards.*