0

I want to write a program that calculates the number of faces in the picture and want to ensure that there is only one face in the picture.

Also, my second requirement is that I want to compare two images and ensure their facial match shows a good percentage match

I have tried 2-3 libraries in jquery and PHP but got negative results.

Can anyone suggest any library or resource that can help in the same?

It can be written in Javascript, PHP, JAVA Even Python would do!

Please suggest a reliable resource.

Shivanshu Gupta
  • 248
  • 1
  • 14

1 Answers1

1

You can use openCV. It has a lot of bindings for different languages:

nodejs

Also, it has bindings for other languages.