VinayHajare commited on
Commit
7813bd0
1 Parent(s): 045d9ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -5
README.md CHANGED
@@ -22,10 +22,36 @@ The Fruits30 dataset is a collection of images featuring 30 different types of f
22
  - **Total Images:** 856
23
 
24
  ## Classes:
25
- 1. Apple
26
- 2. Banana
27
- 3. Orange
28
- 4.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ## Preprocessing:
31
  Images have undergone preprocessing to maintain consistency and facilitate model training. Preprocessing steps may include resizing, normalization, and other enhancements.
@@ -34,7 +60,7 @@ Images have undergone preprocessing to maintain consistency and facilitate model
34
  The Fruits30 dataset is suitable for tasks such as image classification, object recognition, and machine learning model training within the domain of fruit identification.
35
 
36
  ## Sources:
37
- Include any relevant sources or references regarding the dataset's origin or licensing.
38
 
39
  ## Note:
40
  Ensure proper attribution and compliance with the dataset's licensing terms when using it for research or development purposes.
 
22
  - **Total Images:** 856
23
 
24
  ## Classes:
25
+ "0" : "acerolas"
26
+ "1" : "apples"
27
+ "2" : "apricots"
28
+ "3" : "avocados"
29
+ "4" : "bananas"
30
+ "5" : "blackberries",
31
+ "6" : "blueberries",
32
+ "7" : "cantaloupes",
33
+ "8" : "cherries",
34
+ "9" : "coconuts",
35
+ "10" : "figs",
36
+ "11" : "grapefruits",
37
+ "12" : "grapes",
38
+ "13" : "guava",
39
+ "14" : "kiwifruit",
40
+ "15" : "lemons",
41
+ "16" : "limes",
42
+ "17" : "mangos",
43
+ "18" : "olives",
44
+ "19" : "oranges",
45
+ "20" : "passionfruit",
46
+ "21" : "peaches",
47
+ "22" : "pears",
48
+ "23" : "pineapples",
49
+ "24" : "plums",
50
+ "25" : "pomegranates",
51
+ "26" : "raspberries",
52
+ "27" : "strawberries",
53
+ "28" : "tomatoes",
54
+ "29" : "watermelons"
55
 
56
  ## Preprocessing:
57
  Images have undergone preprocessing to maintain consistency and facilitate model training. Preprocessing steps may include resizing, normalization, and other enhancements.
 
60
  The Fruits30 dataset is suitable for tasks such as image classification, object recognition, and machine learning model training within the domain of fruit identification.
61
 
62
  ## Sources:
63
+ Croudsource.
64
 
65
  ## Note:
66
  Ensure proper attribution and compliance with the dataset's licensing terms when using it for research or development purposes.