NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ntnewbies on April 23, 2020, 07:42:38 PM

Title: Facial Recognition template
Post by: ntnewbies on April 23, 2020, 07:42:38 PM
Hi friends,

Have anyone tried facial recognition feature using Nettalk?

a) get the webcam feed or photo from the browser  - Nettalk have the function
b) identify faces in the picture.  - HOW?
c) feed this into a facial recognition engine  - Any easy integration engine with Nettalk?

Kindly suggest please friends.

Jason
Title: Re: Facial Recognition template
Post by: peterH on April 23, 2020, 10:01:30 PM
Jason,

Not exactly what you're after but in late 2018 Kevin showcased some interesting stuff that might interest you. See ClarionLive Episodes #480 and #482.

Peter
Title: Re: Facial Recognition template
Post by: ntnewbies on April 24, 2020, 10:53:33 PM
Hi Peter,
Thanks for the reply.
Saw both parts. Very interesting. His website is not available anymore. Could not contact him.

What i am looking for specifically is to put facial recognition feature in time attendance system using nettalk webserver.
the server will have all the employees photos and their name.
when i scan their picture using phone webcam, then it will be interpreted using any existing algorithm API and compare and match with the photo in the database.

Jason

Title: Re: Facial Recognition template
Post by: peterH on April 26, 2020, 07:36:02 AM
Hi Jason,

I'm not sure what Kevin is up to these days.

Your project sounds very interesting. Please keep us posted if you manage to get something working.

Peter
Title: Re: Facial Recognition template
Post by: ntnewbies on April 26, 2020, 11:20:48 PM
Hi Peter,
Yes it is. With this current pandemic situation, customer will opt for this rather than fingerprint option.

Hope Bruce can shed some light on this ....

Jason
Title: Re: Facial Recognition template
Post by: Bruce on April 28, 2020, 03:09:17 AM
Hi Jason,

no, no light from here...

cheers
Bruce

Title: Re: Facial Recognition template
Post by: DonRidley on April 28, 2020, 07:59:41 PM
Here's a Javascript based library:

https://github.com/justadudewhohacks/face-api.js (https://github.com/justadudewhohacks/face-api.js)
Title: Re: Facial Recognition template
Post by: ntnewbies on April 28, 2020, 10:26:33 PM
great thanks don.

will take a look on that.

finally a light :-)

Jason
Title: Re: Facial Recognition template
Post by: bshields on June 11, 2020, 03:56:23 AM
Hi Jason,

I've used Karios (https://www.kairos.com/) for Facial Recognition. Its a hosted solution (they also have an on-premises solution). Its not free, but we found it reasonably priced.

API is very easy to use.

Regards
Bill

Title: Re: Facial Recognition template
Post by: ntnewbies on June 14, 2020, 06:13:34 PM
Hi Bill,
Excellent. Very useful.
Thank you.

Jason