https://github.com/randomgamingdev/rizz-rater
A python library that provides a basic API for a local ML face attractiveness rating model
https://github.com/randomgamingdev/rizz-rater
Last synced: 9 months ago
JSON representation
A python library that provides a basic API for a local ML face attractiveness rating model
- Host: GitHub
- URL: https://github.com/randomgamingdev/rizz-rater
- Owner: RandomGamingDev
- License: mit
- Created: 2024-08-27T05:31:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:48:01.000Z (over 1 year ago)
- Last Synced: 2024-08-29T18:39:45.523Z (over 1 year ago)
- Language: Python
- Size: 23.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rizz Rater
### A python library that provides a basic API for a local ML face attractiveness rating model
Just input an image:

And then it'll identify the face:

Then, using that it'll crop out the face and resize it to `350x350` so that it can be fed into the [model](https://github.com/gustavz/AttractiveNet):

Finally, it'll give us the result, which in this case is:
### 3.153116226196289/5
Note: The model is biased towards east asian and caucasian individuals due to its [model](https://github.com/gustavz/AttractiveNet)'s [dataset](https://arxiv.org/pdf/1801.06345)
The model used for this library is from here: https://github.com/gustavz/AttractiveNet
The dataset used for the model is from here: https://arxiv.org/pdf/1801.06345