Google Glass Face Recognition API
Follow @LambdaAPI and tell us what you're going to build using the hashtag #ihackglass.
Including Face Recognition is easy
Including Facial Recognition & Detection for your Google Glass or Android application is as easy as:
HttpResponse<JsonNode> response = Unirest.post("https://lambda-face-recognition.p.mashape.com/detect")
.header("X-Mashape-Key", "<your mashape key>")
.field("files", new File("<filepath goes here>"))
.field("urls", "<comma,separated,image,url,list>")
.asJson();