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

Update README.md

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