yusuf802 commited on
Commit
5b90935
1 Parent(s): f77dd4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': Apple_Black_rot
18
+ '1': Apple_Cedar_apple_rust
19
+ '2': Apple_Powdery_mildew
20
+ '3': Apple_healthy
21
+ '4': Apple_scab
22
+ '5': Cherry_(including_sour)_Powdery_mildew
23
+ '6': Cherry_(including_sour)_healthy
24
+ '7': Corn_(maize)_Cercospora_leaf_spot Gray_leaf_spot
25
+ '8': Corn_(maize)_Common_rust
26
+ '9': Corn_(maize)_Northern_Leaf_Blight
27
+ '10': Corn_(maize)_healthy
28
+ '11': Cotton_leaf_diseased
29
+ '12': Cotton_leaf_fresh
30
+ '13': Grape_Black_rot
31
+ '14': Grape___Esca_(Black_Measles)
32
+ '15': Grape___Leaf_blight_(Isariopsis_Leaf_Spot)
33
+ '16': Grape___healthy
34
+ '17': Orange_Haunglongbing_(Citrus_greening)
35
+ '18': Orange__Black_Rot
36
+ '19': Orange__Canker
37
+ '20': Orange__Healthy
38
+ '21': Peach_Bacterial_spot
39
+ '22': Peach_healthy
40
+ '23': Pepper,_bell_Bacterial_spot
41
+ '24': Pepper,_bell_healthy
42
+ '25': Potato_Early_blight
43
+ '26': Potato_Late_blight
44
+ '27': Potato_healthy
45
+ '28': Squash_Powdery_mildew
46
+ '29': Strawberry_Leaf_scorch
47
+ '30': Strawberry_healthy
48
+ '31': Tomato_Bacterial_spot
49
+ '32': Tomato_Early_blight
50
+ '33': Tomato_Late_blight
51
+ '34': Tomato_Leaf_Mold
52
+ '35': Tomato_Septoria_leaf_spot
53
+ '36': Tomato_Spider_mites_Two_spotted_spider_mite
54
+ '37': Tomato_Target_Spot
55
+ '38': Tomato_Tomato_Yellow_Leaf_Curl_Virus
56
+ '39': Tomato_Tomato_mosaic_virus
57
+ '40': Tomato_healthy
58
+ '41': Wheat_healthy
59
+ '42': Wheat_leaf_rust
60
+ '43': Wheat_nitrogen_deficiency
61
+ splits:
62
+ - name: train
63
+ num_bytes: 5783472143.757347
64
+ num_examples: 56842
65
+ - name: test
66
+ num_bytes: 929558444.8586537
67
+ num_examples: 10032
68
+ download_size: 6448751314
69
+ dataset_size: 6713030588.616001
70
+ ---
71
+ # Dataset Card for "plant-images"
72
+
73
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)