face recognition using DAM | Community
Skip to main content
Level 4
March 1, 2017
Solved

face recognition using DAM

  • March 1, 2017
  • 2 replies
  • 2038 views

Hi All,

I want to create a user authentication based on facial recognition. I want to use my laptop camera to capture user face and using pre-loaded images in DAM i want to do facial recognition, i want to verify if the user exists or not by matching captured image and images present in DAM. Based on this verification, i want to pass true with user-id if the image matches any image in DAM, to calling function and allow user to login.

Please provide any help/pointers as i don't find any useful resources so far.

Thanks,

Khalid Momin

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

Adding to what Scott has mentioned, you can use many open source APIs for face detection and recognition apart from google APIs .

link:- https://github.com/liuliu/ccv

link:- https://github.com/eduardolundgren/tracking.js

link:- https://github.com/mtschirs/js-objectdetect/

link:- https://market.mashape.com/lambda/face-recognition#!documentation

link:- https://lambdal.com/api-documentation

 You can implement custom service/component using these.

~kautuk

2 replies

smacdonald2008
Level 10
March 1, 2017

Facial recognition is not support by AEM. You would have to integrate with a 3rd party API like: this Google API.  

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
March 2, 2017

Hi 

Adding to what Scott has mentioned, you can use many open source APIs for face detection and recognition apart from google APIs .

link:- https://github.com/liuliu/ccv

link:- https://github.com/eduardolundgren/tracking.js

link:- https://github.com/mtschirs/js-objectdetect/

link:- https://market.mashape.com/lambda/face-recognition#!documentation

link:- https://lambdal.com/api-documentation

 You can implement custom service/component using these.

~kautuk

Kautuk Sahni