28mm / Fovea

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

Custom classifier support, and facial recogntion. #13

Open 28mm opened 7 years ago

28mm commented 7 years ago

Several services offer the ability to train a custom classifier:

  1. Clarifai
  2. Watson
  3. Imagga

Facial recognition is offered by:

  1. Amazon Rekognition
  2. OpenCV (Eigenfaces, Fisherfaces, Local Binary Pattern Histograms)
  3. DLib http://dlib.net/

What should support for these features look like?