Face API integration.

Adedayo 21 Reputation points
2022-02-23T19:37:24.527+00:00

Please how can I integrate the face API into my own API using Node?

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
161 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,346 Reputation points
    2022-02-23T19:55:15.777+00:00

    You can find the Azure Face documentation here. https://learn.microsoft.com/en-us/azure/cognitive-services/face/

    The quick start quide is available for C#, Javascript, Python and Rest. You can use the samples based on Javascript or use Rest to use in your Nodejs application.

    https://learn.microsoft.com/en-us/azure/cognitive-services/Face/Quickstarts/client-libraries?pivots=programming-language-javascript&tabs=visual-studio#quickstart-face-client-library-for-javascript

    Hope this helps

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.