Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wanshun123/Facial-Beauty-Prediction

Simple website interface built using Flask that allows users to upload selfies to be rated out of 10 by a machine learning model trained on the SCUT-FBP5500 dataset. Currently inactive (took down due to AWS hosting fees)
https://github.com/wanshun123/Facial-Beauty-Prediction

flask image-classification image-processing machine-learning

Last synced: 3 months ago
JSON representation

Simple website interface built using Flask that allows users to upload selfies to be rated out of 10 by a machine learning model trained on the SCUT-FBP5500 dataset. Currently inactive (took down due to AWS hosting fees)

Awesome Lists containing this project

README

        

# Facial Beauty Prediction

Simple website interface built using Flask that allows users to upload selfies to be rated out of 10 by a machine learning model trained on the SCUT-FBP5500 dataset (https://github.com/HCIILAB/SCUT-FBP5500-Database-Release). See model_train_example.py for the script used to train the model, which can definitely be improved.

To run yourself:

```
python flask_server.py
```