Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francedot/mission-mars-fourth-horizon

This repo includes the 3rd exercise of Mission to Mars event.
https://github.com/francedot/mission-mars-fourth-horizon

azure cognitive-services mars mission wpf

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```csharp
private readonly FaceServiceClient _faceServiceClient = new FaceServiceClient("Your Face API Key", "https://westeurope.api.cognitive.microsoft.com/face/v1.0");
```

*Authors: Francesco Bonacci*