UoA-eResearch / face_api

aggregator for Face++ and Kairos

Home Page:http://faceapi.us.to/

Repository from Github https://github.comUoA-eResearch/face_apiRepository from Github https://github.comUoA-eResearch/face_api

Face API

This project acts as an aggregator for Face++ (https://www.faceplusplus.com/) and Kairos (https://www.kairos.com/), drawing on the strengths of both

Kairos provides age, gender, ethnicity, glasses, lip status
Face++ provides emotion, smile, and beauty score

Installation

sudo pip install -r requirements.txt
Edit config.py, replacing my API keys with your own

Test

Run get_attributes.py [filename] to test with a local file

Run

Run web_server.py to run as a web service

Test

You can use the command curl -vv localhost:8080 --data-binary @file.png to test the API functionality

About

aggregator for Face++ and Kairos

http://faceapi.us.to/

License:MIT License


Languages

Language:Python 95.6%Language:HTML 4.4%