dima806 commited on
Commit
a0bf9f1
1 Parent(s): 37a4913

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -4,4 +4,31 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/14-flowers-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns flower type given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/14-flowers-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ rose 0.9901 0.9524 0.9709 210
17
+ astilbe 0.9953 1.0000 0.9976 210
18
+ carnation 0.9670 0.9809 0.9739 209
19
+ tulip 0.9813 1.0000 0.9906 210
20
+ water_lily 1.0000 1.0000 1.0000 210
21
+ bellflower 0.9857 0.9904 0.9881 209
22
+ coreopsis 0.9904 0.9857 0.9881 210
23
+ common_daisy 0.9808 0.9714 0.9761 210
24
+ iris 0.9952 1.0000 0.9976 209
25
+ dandelion 0.9859 1.0000 0.9929 210
26
+ sunflower 1.0000 0.9952 0.9976 210
27
+ california_poppy 0.9858 0.9952 0.9905 210
28
+ black_eyed_susan 0.9952 1.0000 0.9976 209
29
+ calendula 0.9854 0.9665 0.9758 209
30
+
31
+ accuracy 0.9884 2935
32
+ macro avg 0.9884 0.9884 0.9884 2935
33
+ weighted avg 0.9884 0.9884 0.9884 2935
34
+ ```