Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/francedot/mission-mars-fourth-horizon
- Owner: francedot
- Created: 2017-06-04T19:58:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T14:40:41.000Z (over 7 years ago)
- Last Synced: 2024-10-16T03:41:23.012Z (21 days ago)
- Topics: azure, cognitive-services, mars, mission, wpf
- Language: C#
- Homepage:
- Size: 3.49 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*