项目作者: francedot

项目描述 :
Xamarin.Android Demo using Cognitive Services Face API
高级语言: C#
项目地址: git://github.com/francedot/XamCognitiveFace.git
创建时间: 2017-06-22T21:42:21Z
项目社区:https://github.com/francedot/XamCognitiveFace

开源协议:

下载


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

  1. private readonly FaceServiceClient _faceServiceClient = new FaceServiceClient("Your Face API Key", "https://westeurope.api.cognitive.microsoft.com/face/v1.0");

Authors: Francesco Bonacci