Azure Meetup: Getting Started Cognitive Services

Post on 22-Jan-2018

194 views 3 download

Transcript of Azure Meetup: Getting Started Cognitive Services

http://bit.ly/2syGLS5

http://aka.ms/TryCogJp

https://westus.api.cognitive.

microsoft.com/emotion/v1.0/recognize

using Microsoft.ProjectOxford.Emotion;

using Microsoft.ProjectOxford.Emotion.Contract;

string subkey = "YOUR_SUBSCRIPTION_KEY";

var eClient = new EmotionServiceClient(subkey);

var eResult = await eClient.RecognizeAsync(url);

float score = eResult[0].Scores.Happiness;

DemoIntelligent Kiosk

https://github.com/Microsoft/Cognitive-Samples-IntelligentKiosk

Demo

https://aka.ms/cogbot01_hol3

DemoCustom Vision API

https://blogs.msdn.microsoft.com/bluesky/2017/06/16/co

gnitive-services-custom-image-recognizer-custom-

vision-api-en/

Vision

Speech Translation

=Speech Recognition+Translation+Text-to-Speech

SpeechVision

DemoLanguage Understanding Intelligent Service (LUIS)http://www.luis.ai/

SpeechVision

QnA Maker

Distill information into conversational,

easy-to-navigate answers

DemoQnA Maker

https://qnamaker.ai/

SpeechVision

SpeechVision

https://aka.ms/gestures

[Check&Try] https://labs.cognitive.microsoft.com/

https://labs.cognitive.microsoft.com

/en-us/project-johannesburg

© 2017 Microsoft Corporation. All rights reserved.

本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります。