Thursday, June 22, 2017

Using Microsoft Cognitive Services to Add Facial Recognition to Your Apps

In my first article of the Cognitive Face API series, "Adding Facial Recognition to Your Apps," I explained the process of face detection, features, subscription steps, and API service calls. In this tutorial on the Face API, I will create a Universal Windows Platform (UWP) app consuming the Microsoft Azure Cognitive Services API to demonstrate some of the characteristics of face recognition.

Read More

No comments:

Post a Comment

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...