Skip to content

This repo includes the 3rd exercise of Mission to Mars event.

Notifications You must be signed in to change notification settings

francedot/Mission-Mars-Fourth-Horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission-Mars-Fourth-Horizon

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.

Setup

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

About

This repo includes the 3rd exercise of Mission to Mars event.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages