dima806's picture
Update README.md
e5cb863 verified
|
raw
history blame contribute delete
No virus
737 Bytes
---
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
```