File size: 737 Bytes
5b211ea
 
 
 
 
e5cb863
3c9d9f2
 
 
058e1c4
 
3c9d9f2
 
 
 
 
c9a8cdd
 
3c9d9f2
c9a8cdd
 
 
3c9d9f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: apache-2.0
metrics:
- accuracy
---
Returns person celebrity-style attractiveness (0 to 1) based on facial image with about 83% accuracy.

See https://www.kaggle.com/code/dima806/attractive-faces-celebs-detection-vit for more details.

![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/9S_Wo98Rm2Hn9zNQ25ujC.png)

```
Classification report:

                precision    recall  f1-score   support

    attractive     0.8297    0.8502    0.8398      5192
not attractive     0.8464    0.8255    0.8358      5192

      accuracy                         0.8378     10384
     macro avg     0.8380    0.8378    0.8378     10384
  weighted avg     0.8380    0.8378    0.8378     10384
```