Upgrade to Pro — share decks privately, control downloads, hide ads and more …

BASTA2019: Intelligenz-as-a-Service mit Cognitive Services

Manuel Meyer
September 25, 2019

BASTA2019: Intelligenz-as-a-Service mit Cognitive Services

Mit den Cognitive Services der Microsoft Azure Cloud können eigene Anwendungen mit minimalem Aufwand um Funktionalität erweitert werden, die vor wenigen Jahren undenkbar war. Microsoft Research stellt uns Entwicklern die Resultate von jahrzehntelanger Forschung über einfach zu benutzende REST-Schnittstellen zur Verfügung. Egal, ob es um Gesichts-/Gefühls-/Sprach-/Texterkennung, Übersetzung oder Informationssuche geht, mit den Cognitive Services können wir die Applikationen der Zukunft schreiben. In dieser Session erzählen wir worum es geht und was man mit dieser Intelligenz-als-Service so alles machen kann.

Manuel Meyer

September 25, 2019
Tweet

More Decks by Manuel Meyer

Other Decks in Programming

Transcript

  1. Intelligence-as-a-Service mit Azure Cognitive Services Thomas Gassmann, Manuel Meyer BASTA

    2019 @gassmannT @manumeyer1 www.thomasgassmann.net/ www.manuelmeyer.net/
  2. What are Cognitive Services? ▪ Over 40 APIs ▪ Platform

    independent, REST-based ▪ Pay-as-you-go ▪ Start for free.
  3. Roll your own with REST APIs Simple to add: just

    a few lines of code required Integrate into the language and platform of your choice Breadth of offerings helps you find the right API for your app Built by experts in their field from Microsoft Research, Bing, and Azure Machine Learning Quality documentation, sample code, and community support Easy Flexible Tested GET A KEY
  4. Application Examples ▪ Emotion Detection at a Retail Display ▪

    Facial Identification to find missing children ▪ Sentiment Analysis to learn how customers feel ▪ Face detection to calculate male/female ratio at the TechEvent ▪ Language Understanding to support Bots ▪ Object recognition to help a blind person read a menu.
  5. Face API Explorer 1. Get Keys: https://azure.microsoft.com/de- de/services/cognitive-services/ 2. Face

    API Docs: https://westus.dev.cognitive.microsoft.com/docs/services/56 3879b61984550e40cbbe8d/operations/563879b61984550f3 0395236 3. Face API Console: https://westeurope.dev.cognitive.microsoft.com/docs/service s/563879b61984550e40cbbe8d/operations/563879b6198455 0f30395236/console
  6. Language API Bing Spell Check API Language Understanding Intelligent Service

    Web Language Model API Linguistic Analysis API Text Analytics API
  7. Seeing AI App ▪ “Seeing AI” from Saqib Shaik ▪

    Speak about surroundings ▪ Read text ▪ https://www.youtube.com/watch?v=R 2mC-NUAmMk&t= ▪ https://www.microsoft.com/en- us/seeing-ai/ See4Me by DotNetToscana https://github.com/DotNetToscana/See4Me Credits: https://twitter.com/marcominerva/
  8. Powerpoint Presentation Translator ▪ Live subtitle ▪ Translation into 60

    languages ▪ Join via mobile device. https://translator.microsoft.com/help/presentation-translator/
  9. Links ▪ Intelligence Kiosk ▪ https://github.com/Microsoft/Cognitive-Samples- IntelligentKiosk ▪ Speech-to-Text, Translation

    ▪ https://github.com/Azure-Samples/cognitive-services- speech-sdk ▪ QnA Maker ▪ https://qnamaker.ai ▪ SeeingAI / See4Me ▪ https://www.youtube.com/watch?v=R2mC-NUAmMk&t=12s ▪ https://github.com/DotNetToscana/See4Me