php - Alternatives to face.com API -


sadly, face.com api being shut down due acquisition facebook.

are there decent alternatives out there?

i'm looking check given image if there face in + demographics content it.

sad news indeed. if have reason , have account, may extend until october, 2012: http://developers.face.com/extension-request/

for else, here's list of potential alternatives i've compiled:

  1. opencv: http://opencv.willowgarage.com/ (c/c++ @ least opensource, standalone , downloadable)
  2. viewdle (objective-c)... bought/axed google, instead see: face recognition on iphone
  3. betaface api: http://www.betafaceapi.com/ (c#/.net or api)
  4. rekognition: http://rekognition.com/ (api)
  5. lambda labs: http://lambdal.com/ (api; still in private beta)
  6. biometrycloud: http://www.biometrycloud.com/ (api; mentioned private beta)
  7. sky biometry: http://www.skybiometry.com/

the following similar more on augmented reality (ar) library side detecting objects or movement webcam only, extending trained detect faces in snapshots or uploaded images well:

  1. faceapi - track faces webcam: http://faceapi.com
  2. surf library - image recognition & feature extraction adobe flash platform: http://code.google.com/p/in-spirit/wiki/assurf
  3. content based image recognition - stab in php: http://web.archive.org/web/20120309034643/http://www.searchlores.org/finn_cbir_1.htm
  4. a not-so-slow javascript face detector: http://liuliu.me/ccv/js/nss/
  5. face detection in javascript via html5 canvas: https://github.com/neave/face-detection

if knows others, please feel free add here make list comprehensive possible.

update (2013-08-20): found article other day , thought should add here, though not sure how many projects listed there still active: http://blog.mashape.com/post/53379410412/list-of-40-face-detection-recognition-apis


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -