Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/francedot/xamcognitiveface

Xamarin.Android Demo using Cognitive Services Face API
https://github.com/francedot/xamcognitiveface

cognitive-services emotion-recognition face-api face-detection xamarin xamarin-android

Last synced: about 1 month ago
JSON representation

Xamarin.Android Demo using Cognitive Services Face API

Awesome Lists containing this project

README

        

# XamCognitiveFace

This repo includes a Xamarin.Android demo application using Microsoft Cognitive Services Face API to perform face detection and emotion recognition.


## Setup
In MainActivity.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*