Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,19 @@ license: apache-2.0
|
|
3 |
metrics:
|
4 |
- accuracy
|
5 |
---
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
metrics:
|
4 |
- accuracy
|
5 |
---
|
6 |
+
Returns person celebrity-style attractiveness (0 to 1) based on facial image.
|
7 |
+
|
8 |
+
See https://www.kaggle.com/code/dima806/attractive-faces-celebs-detection-vit for more details.
|
9 |
+
|
10 |
+
```
|
11 |
+
Classification report:
|
12 |
+
|
13 |
+
precision recall f1-score support
|
14 |
+
|
15 |
+
attractive 0.8548 0.8207 0.8374 251
|
16 |
+
not attractive 0.8263 0.8594 0.8425 249
|
17 |
+
|
18 |
+
accuracy 0.8400 500
|
19 |
+
macro avg 0.8405 0.8401 0.8400 500
|
20 |
+
weighted avg 0.8406 0.8400 0.8399 500
|
21 |
+
```
|