Facial recognition/detection PHP or software for photo and video galleries

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2009-07-31T04:23:59Z Indexed on 2010/05/04 6:58 UTC
Read the original article Hit count: 482

I have a very large photo gallery with thousands of similar people, objects, locations, things. The majority of the people in the photos have their own user accounts and avatar photos to match. There are also logical short lists of people potentially in the photo based on additional data available for each photo. I allow users to tag photos with their friends and people they know but an automated process would be better.

I've used photo tagger/finder from face.com integrating with Facebook photos and the Google Picasa photo tagger for personal albums also does the same thing and is exactly what I'm looking to do.

Is there a PHP script, API for Google Picasa, face.com or other recognition service or any other open source project that provides server-side facial recognition and/or grouping photos by similarity?

Examples: As you can see, various photo sharing sites offer the feature, but are there any that provide an API for images stored on my own server or something extensive enough to link into my own gallery and tagging system?

© Stack Overflow or respective owner

Related posts about face-recognition

Related posts about face-detection