Home Face Match Face Expression Age Gender Detection Face Landmark Facial Distance Person Count Person Count Gender

Face Analyzer REST API Script

This is a research and development type project that will be helpful for researchers, analyzers, programmers, and developers who are searching for face analysis solutions. This is a node js REST API Script implemented on top of the tensorflow.js core API.

Face Match API:
  • Accurately detect the face.
  • Calculate the face similarity & distance.
  • High/Low match accuracy option.
Try Example
Face Expression API:
  • Calculate the face details percentage for neutral, happy, sad, angry, fearful, disgusted, and surprised expressions.
  • Based on the details decide the right one.
Try Example
Gender & Age API:
  • Calculate the face details percentage for neutral, happy, sad, angry, fearful, disgusted, and surprised expressions.
  • Based on the details take decision for the right one
Try Example
Face Landmark API:
  • Accurately detect the face and calculate image dimension and x,y shifting position.
  • Calculate 68 accurate x,y facelandmark position.
  • High/Low match accuracy option.
Try Example
Facial Distance API:
  • Calculate two-eye distance.
  • Calculate nose-to-eye distance.
  • Calculate mouth-to-nose distance.
Try Example
Person Count API:
  • Accurately detect multiple faces inside the photo.
  • Count the number of the detected face
Try Example
Person Count With Age & Gender API:
  • Accurately detect multiple faces inside the photo and count.
  • Calculate the number of male & female face
  • Calculate the average age of the peoples
Try Example