Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/francedot/xamcognitiveface
- Owner: francedot
- Created: 2017-06-22T21:42:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T22:11:11.000Z (over 7 years ago)
- Last Synced: 2024-12-21T08:42:31.374Z (about 2 months ago)
- Topics: cognitive-services, emotion-recognition, face-api, face-detection, xamarin, xamarin-android
- Language: C#
- Size: 1.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*