8

Are there any C# facial recognition libraries that work? I would like to locate people in my data base by having them stare in a camera :-). This is not used for security or authentication just to help with a quick lookup so if it is good enough to narrow down a list of people that would be a win.

Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129

1 Answers1

2

You can look into Microsoft's Face API:

https://www.microsoft.com/cognitive-services/en-us/face-api/documentation/overview

Flea
  • 11,176
  • 6
  • 72
  • 83