Please how can I integrate the face API into my own API using Node?
Please how can I integrate the face API into my own API using Node?
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.
Hope this helps
3 people are following this question.