question

Adedayo-3438 avatar image
0 Votes"
Adedayo-3438 asked sreejukg answered

Face API integration.

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

azure-face
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

sreejukg avatar image
0 Votes"
sreejukg answered

You can find the Azure Face documentation here. https://docs.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://docs.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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.