face recognition using DAM | Adobe Higher Education
Skip to main content
Level 4
March 1, 2017
Respondido

face recognition using DAM

  • March 1, 2017
  • 2 respostas
  • 2038 Visualizações

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

Este tópico foi fechado para respostas.
Melhor resposta por 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 Respostas

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 ManagerResposta
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