SlideShare a Scribd company logo
Why Don’t You Understand Me?
Build Intelligence into Your Apps
Eran Stiller
Chief Technology Officer, CodeValue
erans@codevalue.net
@eranstiller
https://stiller.blog
https://codevalue.net
2
3
4
Agenda
▪ Microsoft Cognitive Services
▪ Add Intelligence to a Sample App
▪ Vision
▪ Language
▪ Search
▪ Speech
5
About Eran
Eran Stiller
▪ @eranstiller
▪ CTO & Founder at CodeValue
▪ Software architect, consultant and instructor
▪ Microsoft Regional Director & Azure MVP
▪ Founder of Azure Israel Meetup
6
About CodeValue
▪ Awesome software company!
▪ Technology experts
▪ High quality software development solutions
7
Azure Cognitive Services
8
MSR Beijing
MSR Cambridge
MSR Redmond MSR Montreal
MSR New EnglandMSR New York
Turning ideas into reality for 27 years
MSR India
MSR Shanghai
MSR Labs Researchers WW Patents PapersFields
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Pre-trained AI with various services
Language
Vision
Speech
Decision
Web search
Bing Spell Check
Custom
Vision
Personalizer
Form Recognizer
Neural Text-to-Speech
Anomaly Detector
Content
Moderator
Content Moderator
Custom
transcription
Speech transcription
Text-to-Speech
Conversation
transcription capability
Face
Video
Indexer
Ink Recognizer
Computer
Vision Language
Understanding
QnA Maker
Text Analytics
Translator Text
Bing Web
Search
Bing Custom
Search
Bing
Video Search
Bing Image Search
Bing
Local Business
Search
Bing Visual Search
Bing Entity Search
Bing News
Search
Bing Autosuggest
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Bring AI to every application
Azure Cognitive Services
Vision Speech DecisionLanguage
Azure Bot Service
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Productive
Any language, any developer, any skill level
Unified API Key
Built for enterprises
Optimized to work at any scale with existing systems & processes
17 GA services across 25 regions worldwide
Trusted
You own and control your data
66+ certifications (SOC, ISO, HIPAA/BAA, HITRUST PCI & FedRAMP compliance)
Investment principles
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Sample Application
▪ The Intelligent Kiosk
▪ https://github.com/microsoft/Cognitive-Samples-IntelligentKiosk
14
Vision
15
Computer Vision API
▪ General Purpose Vision API
▪ Description
▪ Tags
▪ Adult/Racy content classification
▪ Face detection
▪ Dominant colors
▪ Read text
▪ Including handwritten text
▪ General purpose face recognition
▪ Recognize celebrities and landmarks
16
Computer Vision API
17
Description { "tags": [ "person", "indoor", "woman", "sitting", "holding", "grass", "looking",
"young", "hair", "man", "smiling", "black", "laptop", "wearing", "standing",
"room", "phone", "shirt", "water", "red", "living", "white", "blue", "cat", "night",
"umbrella" ], "captions": [ { "text": "Mona Lisa looking at the camera",
"confidence": 0.8883329 } ] }
Tags [ { "name": "person", "confidence": 0.98936075 } ]
Image format "Jpeg"
Image dimensions 1797 x 1191
Clip art type 0
Line drawing type 0
Black and white false
Adult content false
Adult score 0.0318996236
Racy false
Racy score 0.0194663126
Categories null
Faces [ { "age": 22, "gender": "Female", "faceRectangle": { "top": 335, "left": 389,
"width": 290, "height": 290 } } ]
Dominant color
background "Black"
Dominant color
foreground "Black"
Accent Color
#516936
Custom Vision Service
▪ Build your own classification model!
▪ https://customvision.ai/
18
Flexibility
Complexity
Computer Vision API
Custom AI
Custom Vision Service
Custom Vision Service
▪ Simple cycle
▪ Upload
▪ Train
▪ Evaluate
▪ Active learning
19
Emotion API
▪ Recognize emotions in images
▪ React to the emotions of your users
20
Emotion API
[
{
"faceRectangle": {
"top": 335,
"left": 389,
"width": 290,
"height": 290
},
"scores": {
"anger": 6.88452974E-06,
"contempt": 0.00261615869,
"disgust": 1.97378677E-06,
"fear": 1.35348373E-07,
"happiness": 0.214705735,
"neutral": 0.7825558,
"sadness": 8.04257361E-05,
"surprise": 3.28936549E-05
}
}
]
21
Face Detection API
▪ Detect faces in an image
▪ Highly detailed information
▪ Face attributes
▪ Emotions
▪ Pose
▪ Gender
▪ Age
▪ Glasses
▪ Makeup
▪ Etc.
22
Other Vision Services
▪ Video API
▪ Stabilize shaky videos
▪ Detect and track faces
▪ Detect motion
▪ Generate video thumbnails
▪ Video Indexer
▪ Unlock video insights
▪ Ink Recognizer
▪ Form Recognizer
23
Demo
Vision APIs
24
Language
25
Text Analytics API
▪ Analyze various features of text
▪ Language
▪ Sentiment
▪ Key Phrases
▪ Topic
▪ Varying number of supported languages
▪ https://docs.microsoft.com/en-us/azure/cognitive-services/text-
analytics/overview#supported-languages
26
Text Analytics API
Eran Stiller was awesome.
He had the best lecture.
I just wish he would have shown
more code on-stage.
27
Other Language Services
▪ Language Understanding Intelligent Service (LUIS)
▪ Bing Spell Check
▪ Translator Text
▪ QnA Maker
28
Demo
Language APIs
29
Search
30
Bing Autosuggest API
▪ Empower users to type less and do more
31
Other Search Services
▪ Bing Visual Search
▪ Bing Image Search
▪ Bing News Search
▪ Bing Video Search
▪ Bing Web Search
▪ Bing Entity Search
▪ Bing Custom Search
32
Demo
Search APIs
33
Speech
34
RecordedSynthesized
Nostalgia could still be evoked after only twenty years , and many remembered when.
You can't know how long Tara would have been mad , because that was taken away from her.
In Georgia , governor Zell Miller has declared a state of emergency in four counties.
Recorded Synthesized
Recorded Synthesized
A palpable chill passes through the room at this maladroit refusal .
RecordedSynthesized
The forecast for next week shows sunshine with highs in the mid forties.
Synthesized Recorded
Azure Neural Text-to-Speech Samples
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Speech Services
▪ Text-to-Speech
▪ Neural Text-to-Speech
▪ Speech Transcription
▪ Custom Speech Transcription
▪ Conversation Transcription
▪ Speaker Recognition
36
Demo
Search APIs
37
Decision
38
Decision Services
▪ Content Moderator
▪ Image, text & video
▪ Human review tool
▪ Anomaly Detection
▪ Personalizer
39
Azure Cognitive Services
Containers
40
Bringing AI to the Edge
Enterprise pain-points/benefits
41
Unable to upload all
audio/text data to the cloud
Data security & privacy
concerns
Low bandwidth or
intermittent connect
On-premises deploy with
high throughput / flexibility
At the edge and control
over data
Meet every regulatory
requirement
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Azure: Consistent Hybrid Cloud
42
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Intelligent Cloud to the Intelligent Edge
43
…
Azure Cognitive Services Deploy wherever your data resides
Vision Speech Language
Intelligent Cloud
Intelligent Edge
…
Containers
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Container Workflow
44
Docker
Containers
Azure Kubernetes Service (AKS)
Azure Stack
Azure IoT EdgeAI Model
On-premises, Edge devices..
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Azure Cognitive Services at the Edge
45
Model ContainerCode Repository Build + Test Deploy Monitoring/Analytics
• .NET Core + portable C++ (+) Linux
• .NET Core + Windows C++ (+) SQLPAL
• .NET Fx + windows C++ (+) SQLPAL
• Python
AI Model Code
Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
Demo
Cognitive Services
Containers
46
Cognitive Services Containers
▪ Face & Emotion Detection
▪ Recognize Text (OCR)
▪ Language Understanding
▪ Key Phrase Extraction
▪ Language Detection
▪ Sentiment Analysis
▪ Anomaly Detector
▪ Form Recognizer
▪ Speech to Text
▪ Text to Speech
47
Takeaways
48
Takeaways
49
▪ Azure Cognitive Services are easy to use
▪ Intelligence as a Service
▪ Features which were very hard before are suddenly easy to add
▪ The next generation of applications will take this to the extreme
▪ Execute trained models in the cloud or on the edge
Takeaways
50
Eran Stiller
Chief Technology Officer
erans@codevalue.net
@eranstiller
https://stiller.blog
https://codevalue.net

More Related Content

PPTX
Why Don’t You Understand Me? Build Intelligence into Your Apps
PDF
[AI03] AI × 導入の速さを武器に。 ” 人工知能パーツ ” Cognitive Services の使いどころ
ODP
ISTC Keynote Smart Authoring For A Smarter Planet
PPTX
Xuedong Huang - Deep Learning and Intelligent Applications
PDF
Microsoft Cognitive Services 入門&最新情報
PPTX
Innovation Women Speak! Career Pivot - How to Break into Cybersecurity
PPTX
Microsoft Bots and Cognitive Services
PDF
Exquisite Brochure 2015
Why Don’t You Understand Me? Build Intelligence into Your Apps
[AI03] AI × 導入の速さを武器に。 ” 人工知能パーツ ” Cognitive Services の使いどころ
ISTC Keynote Smart Authoring For A Smarter Planet
Xuedong Huang - Deep Learning and Intelligent Applications
Microsoft Cognitive Services 入門&最新情報
Innovation Women Speak! Career Pivot - How to Break into Cybersecurity
Microsoft Bots and Cognitive Services
Exquisite Brochure 2015

Similar to Why Don’t You Understand Me? Build Intelligence into Your Apps (20)

PDF
Exquisite Software Development, LLC - 2015 Brochure
PDF
Gianni Rosa Gallina - Where and how can AI be used in a real-world multimedia...
PPTX
Get Your APP Together
PDF
Microsoft Cognitive Service, Tap into the Power of Machine Learning with Easy...
PPTX
AI Days LATAM Intelligent Apps and Agents
PPTX
AI at Microsoft for HEC
PPTX
Collab daysbenelux2020 top 5 cognitive services for microsoft 365 - bisser go...
PPTX
10 Things Developers Need to Know about Building Intelligent Apps
PPTX
Understanding Pre-Built AI: AI for Every Developer
PPTX
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
PDF
Low Code Neuro-Symbolic Agents.pdf
PDF
braincavesoft-com-ai-ml development service.pdf
PDF
braincavesoft-com-ai-ml.pdf
PPTX
Notes from the field on customizing your AI using Cognitive Services
PDF
AIM102-S_Cognizant_CognizantCognitive
PPTX
Architecting For The Client
PDF
Securing the Software Defined Car™ Using Artificial Intelligence and OTA Updates
PDF
Why eGroup!
PDF
Carol Scott - Fast Track Your AI Journey.pdf
PPTX
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
Exquisite Software Development, LLC - 2015 Brochure
Gianni Rosa Gallina - Where and how can AI be used in a real-world multimedia...
Get Your APP Together
Microsoft Cognitive Service, Tap into the Power of Machine Learning with Easy...
AI Days LATAM Intelligent Apps and Agents
AI at Microsoft for HEC
Collab daysbenelux2020 top 5 cognitive services for microsoft 365 - bisser go...
10 Things Developers Need to Know about Building Intelligent Apps
Understanding Pre-Built AI: AI for Every Developer
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
Low Code Neuro-Symbolic Agents.pdf
braincavesoft-com-ai-ml development service.pdf
braincavesoft-com-ai-ml.pdf
Notes from the field on customizing your AI using Cognitive Services
AIM102-S_Cognizant_CognizantCognitive
Architecting For The Client
Securing the Software Defined Car™ Using Artificial Intelligence and OTA Updates
Why eGroup!
Carol Scott - Fast Track Your AI Journey.pdf
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
Ad

More from Eran Stiller (20)

PDF
Architecting at Scale with the Advice Process
PDF
Application Evolution Strategy
PDF
Developing and Deploying Microservices with Project Tye
PDF
API Design in the Modern Era - Architecture Next 2020
PDF
Bot-Tender: A Chat Bot Walks into a Bar (2020)
PPTX
Modern Microservices Architecture with Docker
PDF
Windows Containers - Microsoft Ignite The Tour
PDF
Architecting Multitenant SaaS Applications with Azure - Microsoft Ignite The ...
PDF
Bot Framework - Microsoft Ignite The Tour
PDF
It's a Serverless World
PDF
Keynote - From Monolith to Microservices - Lessons Learned in the Real World
PPTX
Architecting a Serverless IoT System in the Cloud
PDF
6 Lessons I Learned on my Journey from Monolith to Microservices
PPTX
IoT in Action Keynote - CodeValue
PDF
Net Conf Israel - Intro & Building Cloud Native Apps with .NET Core 3.0 and K...
PPTX
Create Your Own Serverless PKI with .NET & Azure Key Vault
PPTX
Cloud Native Development on Azure
PPTX
Today, the Cloud Is Your Advantage
PPTX
Build 2019 Recap
PDF
Bot-Tender: A Chat Bot Walks into a Bar (Microsoft Tech Days Sweden 2018)
Architecting at Scale with the Advice Process
Application Evolution Strategy
Developing and Deploying Microservices with Project Tye
API Design in the Modern Era - Architecture Next 2020
Bot-Tender: A Chat Bot Walks into a Bar (2020)
Modern Microservices Architecture with Docker
Windows Containers - Microsoft Ignite The Tour
Architecting Multitenant SaaS Applications with Azure - Microsoft Ignite The ...
Bot Framework - Microsoft Ignite The Tour
It's a Serverless World
Keynote - From Monolith to Microservices - Lessons Learned in the Real World
Architecting a Serverless IoT System in the Cloud
6 Lessons I Learned on my Journey from Monolith to Microservices
IoT in Action Keynote - CodeValue
Net Conf Israel - Intro & Building Cloud Native Apps with .NET Core 3.0 and K...
Create Your Own Serverless PKI with .NET & Azure Key Vault
Cloud Native Development on Azure
Today, the Cloud Is Your Advantage
Build 2019 Recap
Bot-Tender: A Chat Bot Walks into a Bar (Microsoft Tech Days Sweden 2018)
Ad

Recently uploaded (20)

PDF
top salesforce developer skills in 2025.pdf
PDF
Digital Strategies for Manufacturing Companies
PPTX
L1 - Introduction to python Backend.pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Transform Your Business with a Software ERP System
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
Essential Infomation Tech presentation.pptx
PPTX
Introduction to Artificial Intelligence
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
ai tools demonstartion for schools and inter college
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
top salesforce developer skills in 2025.pdf
Digital Strategies for Manufacturing Companies
L1 - Introduction to python Backend.pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Transform Your Business with a Software ERP System
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Essential Infomation Tech presentation.pptx
Introduction to Artificial Intelligence
Which alternative to Crystal Reports is best for small or large businesses.pdf
Understanding Forklifts - TECH EHS Solution
Design an Analysis of Algorithms I-SECS-1021-03
wealthsignaloriginal-com-DS-text-... (1).pdf
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
ai tools demonstartion for schools and inter college
Operating system designcfffgfgggggggvggggggggg
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
VVF-Customer-Presentation2025-Ver1.9.pptx
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)

Why Don’t You Understand Me? Build Intelligence into Your Apps

  • 1. Why Don’t You Understand Me? Build Intelligence into Your Apps Eran Stiller Chief Technology Officer, CodeValue erans@codevalue.net @eranstiller https://stiller.blog https://codevalue.net
  • 2. 2
  • 3. 3
  • 4. 4
  • 5. Agenda ▪ Microsoft Cognitive Services ▪ Add Intelligence to a Sample App ▪ Vision ▪ Language ▪ Search ▪ Speech 5
  • 6. About Eran Eran Stiller ▪ @eranstiller ▪ CTO & Founder at CodeValue ▪ Software architect, consultant and instructor ▪ Microsoft Regional Director & Azure MVP ▪ Founder of Azure Israel Meetup 6
  • 7. About CodeValue ▪ Awesome software company! ▪ Technology experts ▪ High quality software development solutions 7
  • 9. MSR Beijing MSR Cambridge MSR Redmond MSR Montreal MSR New EnglandMSR New York Turning ideas into reality for 27 years MSR India MSR Shanghai MSR Labs Researchers WW Patents PapersFields Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 10. Pre-trained AI with various services Language Vision Speech Decision Web search Bing Spell Check Custom Vision Personalizer Form Recognizer Neural Text-to-Speech Anomaly Detector Content Moderator Content Moderator Custom transcription Speech transcription Text-to-Speech Conversation transcription capability Face Video Indexer Ink Recognizer Computer Vision Language Understanding QnA Maker Text Analytics Translator Text Bing Web Search Bing Custom Search Bing Video Search Bing Image Search Bing Local Business Search Bing Visual Search Bing Entity Search Bing News Search Bing Autosuggest Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 11. Bring AI to every application Azure Cognitive Services Vision Speech DecisionLanguage Azure Bot Service Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 12. Productive Any language, any developer, any skill level Unified API Key Built for enterprises Optimized to work at any scale with existing systems & processes 17 GA services across 25 regions worldwide Trusted You own and control your data 66+ certifications (SOC, ISO, HIPAA/BAA, HITRUST PCI & FedRAMP compliance) Investment principles Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 13. Sample Application ▪ The Intelligent Kiosk ▪ https://github.com/microsoft/Cognitive-Samples-IntelligentKiosk 14
  • 15. Computer Vision API ▪ General Purpose Vision API ▪ Description ▪ Tags ▪ Adult/Racy content classification ▪ Face detection ▪ Dominant colors ▪ Read text ▪ Including handwritten text ▪ General purpose face recognition ▪ Recognize celebrities and landmarks 16
  • 16. Computer Vision API 17 Description { "tags": [ "person", "indoor", "woman", "sitting", "holding", "grass", "looking", "young", "hair", "man", "smiling", "black", "laptop", "wearing", "standing", "room", "phone", "shirt", "water", "red", "living", "white", "blue", "cat", "night", "umbrella" ], "captions": [ { "text": "Mona Lisa looking at the camera", "confidence": 0.8883329 } ] } Tags [ { "name": "person", "confidence": 0.98936075 } ] Image format "Jpeg" Image dimensions 1797 x 1191 Clip art type 0 Line drawing type 0 Black and white false Adult content false Adult score 0.0318996236 Racy false Racy score 0.0194663126 Categories null Faces [ { "age": 22, "gender": "Female", "faceRectangle": { "top": 335, "left": 389, "width": 290, "height": 290 } } ] Dominant color background "Black" Dominant color foreground "Black" Accent Color #516936
  • 17. Custom Vision Service ▪ Build your own classification model! ▪ https://customvision.ai/ 18 Flexibility Complexity Computer Vision API Custom AI Custom Vision Service
  • 18. Custom Vision Service ▪ Simple cycle ▪ Upload ▪ Train ▪ Evaluate ▪ Active learning 19
  • 19. Emotion API ▪ Recognize emotions in images ▪ React to the emotions of your users 20
  • 20. Emotion API [ { "faceRectangle": { "top": 335, "left": 389, "width": 290, "height": 290 }, "scores": { "anger": 6.88452974E-06, "contempt": 0.00261615869, "disgust": 1.97378677E-06, "fear": 1.35348373E-07, "happiness": 0.214705735, "neutral": 0.7825558, "sadness": 8.04257361E-05, "surprise": 3.28936549E-05 } } ] 21
  • 21. Face Detection API ▪ Detect faces in an image ▪ Highly detailed information ▪ Face attributes ▪ Emotions ▪ Pose ▪ Gender ▪ Age ▪ Glasses ▪ Makeup ▪ Etc. 22
  • 22. Other Vision Services ▪ Video API ▪ Stabilize shaky videos ▪ Detect and track faces ▪ Detect motion ▪ Generate video thumbnails ▪ Video Indexer ▪ Unlock video insights ▪ Ink Recognizer ▪ Form Recognizer 23
  • 25. Text Analytics API ▪ Analyze various features of text ▪ Language ▪ Sentiment ▪ Key Phrases ▪ Topic ▪ Varying number of supported languages ▪ https://docs.microsoft.com/en-us/azure/cognitive-services/text- analytics/overview#supported-languages 26
  • 26. Text Analytics API Eran Stiller was awesome. He had the best lecture. I just wish he would have shown more code on-stage. 27
  • 27. Other Language Services ▪ Language Understanding Intelligent Service (LUIS) ▪ Bing Spell Check ▪ Translator Text ▪ QnA Maker 28
  • 30. Bing Autosuggest API ▪ Empower users to type less and do more 31
  • 31. Other Search Services ▪ Bing Visual Search ▪ Bing Image Search ▪ Bing News Search ▪ Bing Video Search ▪ Bing Web Search ▪ Bing Entity Search ▪ Bing Custom Search 32
  • 34. RecordedSynthesized Nostalgia could still be evoked after only twenty years , and many remembered when. You can't know how long Tara would have been mad , because that was taken away from her. In Georgia , governor Zell Miller has declared a state of emergency in four counties. Recorded Synthesized Recorded Synthesized A palpable chill passes through the room at this maladroit refusal . RecordedSynthesized The forecast for next week shows sunshine with highs in the mid forties. Synthesized Recorded Azure Neural Text-to-Speech Samples Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 35. Speech Services ▪ Text-to-Speech ▪ Neural Text-to-Speech ▪ Speech Transcription ▪ Custom Speech Transcription ▪ Conversation Transcription ▪ Speaker Recognition 36
  • 38. Decision Services ▪ Content Moderator ▪ Image, text & video ▪ Human review tool ▪ Anomaly Detection ▪ Personalizer 39
  • 40. Bringing AI to the Edge Enterprise pain-points/benefits 41 Unable to upload all audio/text data to the cloud Data security & privacy concerns Low bandwidth or intermittent connect On-premises deploy with high throughput / flexibility At the edge and control over data Meet every regulatory requirement Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 41. Azure: Consistent Hybrid Cloud 42 Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 42. Intelligent Cloud to the Intelligent Edge 43 … Azure Cognitive Services Deploy wherever your data resides Vision Speech Language Intelligent Cloud Intelligent Edge … Containers Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 43. Container Workflow 44 Docker Containers Azure Kubernetes Service (AKS) Azure Stack Azure IoT EdgeAI Model On-premises, Edge devices.. Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 44. Azure Cognitive Services at the Edge 45 Model ContainerCode Repository Build + Test Deploy Monitoring/Analytics • .NET Core + portable C++ (+) Linux • .NET Core + Windows C++ (+) SQLPAL • .NET Fx + windows C++ (+) SQLPAL • Python AI Model Code Source: https://mybuild.techcommunity.microsoft.com/sessions/76966
  • 46. Cognitive Services Containers ▪ Face & Emotion Detection ▪ Recognize Text (OCR) ▪ Language Understanding ▪ Key Phrase Extraction ▪ Language Detection ▪ Sentiment Analysis ▪ Anomaly Detector ▪ Form Recognizer ▪ Speech to Text ▪ Text to Speech 47
  • 48. Takeaways 49 ▪ Azure Cognitive Services are easy to use ▪ Intelligence as a Service ▪ Features which were very hard before are suddenly easy to add ▪ The next generation of applications will take this to the extreme ▪ Execute trained models in the cloud or on the edge
  • 50. Eran Stiller Chief Technology Officer erans@codevalue.net @eranstiller https://stiller.blog https://codevalue.net