Update README.md
Browse files
README.md
CHANGED
@@ -8,18 +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 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/
|
12 |
|
13 |
```
|
14 |
Classification report:
|
15 |
|
16 |
precision recall f1-score support
|
17 |
|
18 |
-
dry 0.
|
19 |
-
normal 0.
|
20 |
-
oily 0.
|
21 |
|
22 |
-
accuracy 0.
|
23 |
-
macro avg 0.
|
24 |
-
weighted avg 0.
|
25 |
```
|
|
|
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/6g-0kxPFIKs_pYNZDpbsI.png)
|
12 |
|
13 |
```
|
14 |
Classification report:
|
15 |
|
16 |
precision recall f1-score support
|
17 |
|
18 |
+
dry 0.6829 0.6346 0.6578 509
|
19 |
+
normal 0.6414 0.6314 0.6364 510
|
20 |
+
oily 0.6390 0.6941 0.6654 510
|
21 |
|
22 |
+
accuracy 0.6534 1529
|
23 |
+
macro avg 0.6544 0.6534 0.6532 1529
|
24 |
+
weighted avg 0.6544 0.6534 0.6532 1529
|
25 |
```
|