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.
152 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 11,616 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