NetTalk Central

Author Topic: Facial Recognition template  (Read 3622 times)

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Facial Recognition template
« 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

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: Facial Recognition template
« Reply #1 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

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: Facial Recognition template
« Reply #2 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


peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: Facial Recognition template
« Reply #3 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

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: Facial Recognition template
« Reply #4 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Facial Recognition template
« Reply #5 on: April 28, 2020, 03:09:17 AM »
Hi Jason,

no, no light from here...

cheers
Bruce


DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Facial Recognition template
« Reply #6 on: April 28, 2020, 07:59:41 PM »
Here's a Javascript based library:

https://github.com/justadudewhohacks/face-api.js
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: Facial Recognition template
« Reply #7 on: April 28, 2020, 10:26:33 PM »
great thanks don.

will take a look on that.

finally a light :-)

Jason

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: Facial Recognition template
« Reply #8 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


ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: Facial Recognition template
« Reply #9 on: June 14, 2020, 06:13:34 PM »
Hi Bill,
Excellent. Very useful.
Thank you.

Jason