Xamarin.Android Demo using Cognitive Services Face API
This repo includes a Xamarin.Android demo application using Microsoft Cognitive Services Face API to perform face detection and emotion recognition.
In MainActivity.cs replace the first parameter of FaceServiceClient constructor with your Face API Key
private readonly FaceServiceClient _faceServiceClient = new FaceServiceClient("Your Face API Key", "https://westeurope.api.cognitive.microsoft.com/face/v1.0");
Authors: Francesco Bonacci