28mm / Fovea

unified cli for various saas image classification apis.
MIT License
40 stars 6 forks source link

Face++ Support #19

Open 28mm opened 7 years ago

28mm commented 7 years ago

Face++ (https://www.faceplusplus.com) offers the following APIs:

  1. Face Detection
    1. landmarks
    2. attributes (age, gender, ethnicity, disposition)
    3. face token (for use with search and comparison APIs
  2. Face Comparison.
    1. Compare 2 image files
    2. Compare 2 base64 encoded images
    3. Compare 2 face tokens
  3. Face Search.
    1. Build a face set with face tokens
    2. From a picture of face token, find the most similar face in a face set.