dima806 commited on
Commit
c1f6e5a
1 Parent(s): 1d379c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -8,19 +8,18 @@ Detects the skin type (dry, normal, oily) based on facial image.
8
 
9
  See https://www.kaggle.com/code/dima806/skin-types-image-detection-vit for details.
10
 
 
 
11
  ```
12
  Classification report:
13
 
14
  precision recall f1-score support
15
 
16
- dry 0.6471 0.5402 0.5888 224
17
- normal 0.6031 0.7054 0.6502 224
18
- oily 0.6054 0.6027 0.6040 224
19
-
20
- accuracy 0.6161 672
21
- macro avg 0.6185 0.6161 0.6143 672
22
- weighted avg 0.6185 0.6161 0.6143 672
23
- ```
24
-
25
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/MRzo_pR1egNx78PDT90XO.png)
26
 
 
 
 
 
 
8
 
9
  See https://www.kaggle.com/code/dima806/skin-types-image-detection-vit for details.
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/gOpiuH8TpY93rwiFO7GwY.png)
12
+
13
  ```
14
  Classification report:
15
 
16
  precision recall f1-score support
17
 
18
+ dry 0.6697 0.6607 0.6652 448
19
+ normal 0.6638 0.6964 0.6797 448
20
+ oily 0.6944 0.6696 0.6818 448
 
 
 
 
 
 
 
21
 
22
+ accuracy 0.6756 1344
23
+ macro avg 0.6760 0.6756 0.6756 1344
24
+ weighted avg 0.6760 0.6756 0.6756 1344
25
+ ```