Expand my Community achievements bar.

SOLVED

face recognition using DAM

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

2 Replies

Avatar

Level 10

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

Avatar

Correct answer by
Administrator

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