This repo includes the 3rd exercise of Mission to Mars event.
The exercise consists in a WPF app using Cognitive Services Face API to identify the crew members of the mission and eventually spot the alien intruder.
In MainWindows.xaml.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