SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Service Integration – Ryan@iii.org.tw
Service Integration
III Digital Education Institute
Source : https://sijieand500words.com
Ryan Chung
1
Service Integration – Ryan@iii.org.tw
AWS AI
https://aws.amazon.com/machine-learning/
2
Service Integration – Ryan@iii.org.tw
AWS AI
https://aws.amazon.com/machine-learning/
NEW NEW NEW
3
Service Integration – Ryan@iii.org.tw
New AWS AI Services
• Amazon Forecast
– 與Amazon.com本身使用相同的技術架構。透過組合時間序列資料
以及附加的一些變數來建構預測分析。
• Amazon Personalize
– 即時提供個人化推薦。只要提供由你的應用程式所產生的活動數據,
例如Page View, 註冊資訊, 購買記錄等等。然後再提供你想推薦的
內容,如文章、產品、影片或音樂等,Amazon Personalize會依
據你提供的資料產生模型。
• Amazon Textract
– 從掃描文件中自動萃取出文字的服務。不只是文字,也能夠從表格
中取出數據的格式與資訊。
– 你可以加速文件處理流程,也能夠建立智慧搜尋索引,例如看到什
麼內容就自動簽核通過。
4
Service Integration – Ryan@iii.org.tw
AWS AI
https://aws.amazon.com/machine-learning/
NEW
5
Service Integration – Ryan@iii.org.tw
Amazon AI 應用服務
• 推薦系統
–Two Decades of Recommender Systems at
Amazon.com
• 語音助理
–Amazon Alexa
• 無人商店
–Amazon Go
6
Source:The Verge
Service Integration – Ryan@iii.org.tw
Amazon Comprehend
• 語言識別、關鍵資訊擷取、理解正面負面
https://aws.amazon.com/tw/comprehend/
7
Service Integration – Ryan@iii.org.tw
Amazon Polly
• 文字 -> 語音
• 接近真人語音
• 52種聲音、25國語言
• 速度快、準確度高
• 可重複播放使用
8
Service Integration – Ryan@iii.org.tw
SSML
• say-as
–一個字一個字念
• prosody
–可調整速度、大小聲
• lang
–可以穿插別國語言
https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html
9
Service Integration – Ryan@iii.org.tw
使用案例
• This app allows you to easily convert any
publicly available RSS content into audio
Podcasts, so you can listen to your favorite
blogs on mobile devices instead of reading
them.
https://github.com/aws-samples/amazon-polly-sample
10
Source: meccanismocomplesso.org
Service Integration – Ryan@iii.org.tw
模擬多人對談
11
https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html
Service Integration – Ryan@iii.org.tw
微軟認知服務
https://azure.microsoft.com/zh-tw/services/cognitive-services/
12
Service Integration – Ryan@iii.org.tw
辨識服務 MS Cognitive Service
• 辨識
– 可聰明地識別、標示及 控管圖片的影像處理演算法。
• 知識
– 對應複雜資訊和資料,以解決 智慧建議和語意搜尋等工作。
• 語言
– 讓您的應用程式能夠透過預先建置的指令碼處理自然語言、 評估情感,以及了
解如何辨識使用者想要的項目。
• 語音
– 將語音轉換成文字、使用語音來驗證,或將說話者 辨識新增至您的應用程式。
• 搜尋
– 將 Bing 搜尋 API 新增至您的應用程式,並充分利用 以單一 API 呼叫合併數十
億個網頁、影像、影片和新聞的能力。
13
Service Integration – Ryan@iii.org.tw
影像識別:圖片網址
• 輸入圖片網址,可回傳圖片資訊
14
Service Integration – Ryan@iii.org.tw
選取 Computer Vision API
https://azure.microsoft.com/zh-tw/services/cognitive-services/computer-vision/
15
Service Integration – Ryan@iii.org.tw
同意條款並登入帳號
16
Service Integration – Ryan@iii.org.tw
進入 Azure
• 左下角 More services -> Cognitive Services
https://portal.azure.com
17
Service Integration – Ryan@iii.org.tw
建立服務
18
Service Integration – Ryan@iii.org.tw
取得 API KEY
19
Service Integration – Ryan@iii.org.tw
測試
• 下載範例
• 填上API KEY,開始測試
20
https://github.com/ryan403/ImageRecognition
Service Integration – Ryan@iii.org.tw
Custom Vision
https://www.customvision.ai
21
Service Integration – Ryan@iii.org.tw
建立專案
• New Project -> Add images
• 標記Tag,至少5張照片
–In Classroom
• 訓練
• Quick Test
22
Service Integration – Ryan@iii.org.tw
In Classroom
23
Service Integration – Ryan@iii.org.tw
Quick Test
24
Service Integration – Ryan@iii.org.tw
Custom Vision Document
• Quickstarts -> Using the Python SDK
• Reference -> Custom Vision Prediction API
25
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home
Service Integration – Ryan@iii.org.tw
Face API
https://azure.microsoft.com/zh-tw/services/cognitive-services/face/
26
Service Integration – Ryan@iii.org.tw
臉部驗證
• 檢查兩張臉部是屬於同一個人的可能性。API
會傳回信心分數,顯示兩張臉部是屬於同一個
人的可能性。
27
Service Integration – Ryan@iii.org.tw
Microsoft Case – Baby Come Home
http://www.sohu.com/a/145147545_133098
28
Service Integration – Ryan@iii.org.tw
臉部偵測
• 偵測影像中的一或多張人臉,並取得影像臉部位置所在的臉部矩形
及臉部屬性,該屬性內含以機器學習為基礎的臉部特徵預測。可用
的臉部屬性功能 包括:年齡、表情、性別、姿勢、微笑及鬍子,
以及影像中每張臉部的 27 個地標。
29
Service Integration – Ryan@iii.org.tw
其他服務
30
Service Integration – Ryan@iii.org.tw
Lab : 數人頭(Python)
• 運用MS Face API,算出圖片中有幾個人
• 請先取得Face API Key
• 請先安裝認知服務 pip install cognitive_face
31
Service Integration – Ryan@iii.org.tw
敬請指教
Ryan Chung
Senior Engineer
III Digital Education Institute
Ryan@iii.org.tw
32

Weitere ähnliche Inhalte

Was ist angesagt?

基于AWS Lambda的无服务器架构在Strikingly中的应用
基于AWS Lambda的无服务器架构在Strikingly中的应用基于AWS Lambda的无服务器架构在Strikingly中的应用
基于AWS Lambda的无服务器架构在Strikingly中的应用Daniel Gong
 
深入淺出 AWS 大數據工具
深入淺出 AWS 大數據工具深入淺出 AWS 大數據工具
深入淺出 AWS 大數據工具Amazon Web Services
 
Partner Solutions: Trend Micro - Deep Security
Partner Solutions: Trend Micro - Deep SecurityPartner Solutions: Trend Micro - Deep Security
Partner Solutions: Trend Micro - Deep SecurityAmazon Web Services
 
AWS re:Invent Recap 2016 Taiwan part 1
AWS re:Invent Recap 2016 Taiwan part 1AWS re:Invent Recap 2016 Taiwan part 1
AWS re:Invent Recap 2016 Taiwan part 1Amazon Web Services
 
Nextlink 加值服務與資安建置方案
Nextlink 加值服務與資安建置方案Nextlink 加值服務與資安建置方案
Nextlink 加值服務與資安建置方案Amazon Web Services
 
深入探討企業數位轉型案例
深入探討企業數位轉型案例深入探討企業數位轉型案例
深入探討企業數位轉型案例Amazon Web Services
 
AwSome day 分享
AwSome day 分享AwSome day 分享
AwSome day 分享得翔 徐
 
Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式
Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式
Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式Amazon Web Services
 
Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗
Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗
Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗Amazon Web Services
 
遷移數據到雲端的最佳策略
遷移數據到雲端的最佳策略遷移數據到雲端的最佳策略
遷移數據到雲端的最佳策略Amazon Web Services
 
2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...
2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...
2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...Alan Tsai
 

Was ist angesagt? (15)

Customer Sharing: Hiiir
Customer Sharing: HiiirCustomer Sharing: Hiiir
Customer Sharing: Hiiir
 
建構雲端遊戲數據分析
建構雲端遊戲數據分析建構雲端遊戲數據分析
建構雲端遊戲數據分析
 
基于AWS Lambda的无服务器架构在Strikingly中的应用
基于AWS Lambda的无服务器架构在Strikingly中的应用基于AWS Lambda的无服务器架构在Strikingly中的应用
基于AWS Lambda的无服务器架构在Strikingly中的应用
 
深入淺出 AWS 大數據工具
深入淺出 AWS 大數據工具深入淺出 AWS 大數據工具
深入淺出 AWS 大數據工具
 
Customer Sharing: Shop123
Customer Sharing: Shop123Customer Sharing: Shop123
Customer Sharing: Shop123
 
Partner Solutions: Trend Micro - Deep Security
Partner Solutions: Trend Micro - Deep SecurityPartner Solutions: Trend Micro - Deep Security
Partner Solutions: Trend Micro - Deep Security
 
AWS re:Invent Recap 2016 Taiwan part 1
AWS re:Invent Recap 2016 Taiwan part 1AWS re:Invent Recap 2016 Taiwan part 1
AWS re:Invent Recap 2016 Taiwan part 1
 
Media State of the Union
Media State of the UnionMedia State of the Union
Media State of the Union
 
Nextlink 加值服務與資安建置方案
Nextlink 加值服務與資安建置方案Nextlink 加值服務與資安建置方案
Nextlink 加值服務與資安建置方案
 
深入探討企業數位轉型案例
深入探討企業數位轉型案例深入探討企業數位轉型案例
深入探討企業數位轉型案例
 
AwSome day 分享
AwSome day 分享AwSome day 分享
AwSome day 分享
 
Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式
Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式
Getting Started with Serverless Architecture - 深入淺出無伺服器架構應用程式
 
Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗
Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗
Track 2 Session 6_利用 Amazon Personalize 個人化推薦提升玩家體驗
 
遷移數據到雲端的最佳策略
遷移數據到雲端的最佳策略遷移數據到雲端的最佳策略
遷移數據到雲端的最佳策略
 
2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...
2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...
2018 beijing azure bootcamp-azure migration - 2018 北京 azure bootcamp azure 搬遷...
 

Ähnlich wie AI Service Integration

Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration WorkshopRyan Chung
 
使用Amazon Machine Learning 創建智能應用程式
使用Amazon Machine Learning 創建智能應用程式使用Amazon Machine Learning 創建智能應用程式
使用Amazon Machine Learning 創建智能應用程式Amazon Web Services
 
AWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptx
AWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptxAWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptx
AWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptx土撥 JIE
 
Global Azure Bootcamp 2015 at Study4
Global Azure Bootcamp 2015 at Study4Global Azure Bootcamp 2015 at Study4
Global Azure Bootcamp 2015 at Study4Kyle Shen
 
AWS Summit: Strikingly analytics
AWS Summit:  Strikingly analyticsAWS Summit:  Strikingly analytics
AWS Summit: Strikingly analyticsChase Zhang
 
Track 2 Session 2_ 電商平台的資安維運與成本管理
Track 2 Session 2_ 電商平台的資安維運與成本管理Track 2 Session 2_ 電商平台的資安維運與成本管理
Track 2 Session 2_ 電商平台的資安維運與成本管理Amazon Web Services
 
Global Azure Bootcamp 2015 Taichung : Mobile service
Global Azure Bootcamp 2015 Taichung : Mobile serviceGlobal Azure Bootcamp 2015 Taichung : Mobile service
Global Azure Bootcamp 2015 Taichung : Mobile serviceIan Chen
 
20170108 微軟大數據整合解決方案- cortana intelligence suite
20170108 微軟大數據整合解決方案- cortana intelligence suite20170108 微軟大數據整合解決方案- cortana intelligence suite
20170108 微軟大數據整合解決方案- cortana intelligence suiteMeng-Ru (Raymond) Tsai
 
在Sae上开发高性能微博应用
在Sae上开发高性能微博应用在Sae上开发高性能微博应用
在Sae上开发高性能微博应用easychen
 
在Sae上开发高性能微博应用key2
在Sae上开发高性能微博应用key2在Sae上开发高性能微博应用key2
在Sae上开发高性能微博应用key2ITband
 
20230829 - 探索職涯,複利人生
20230829 - 探索職涯,複利人生20230829 - 探索職涯,複利人生
20230829 - 探索職涯,複利人生Rick Hwang
 
AWS雲端架構師 培訓&考試課程介紹
AWS雲端架構師 培訓&考試課程介紹AWS雲端架構師 培訓&考試課程介紹
AWS雲端架構師 培訓&考試課程介紹QCloudMentor
 
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務Alan Tsai
 
DevDays Asia 2018 - Build your bot with QnA Maker
DevDays Asia 2018 - Build your bot with QnA MakerDevDays Asia 2018 - Build your bot with QnA Maker
DevDays Asia 2018 - Build your bot with QnA MakerChun Yi Pai
 
Big Data Technology - Cloud Computing
Big Data Technology - Cloud ComputingBig Data Technology - Cloud Computing
Big Data Technology - Cloud ComputingRen-Hao (PAN) Pan
 
AI Service Integration - Education
AI Service Integration - EducationAI Service Integration - Education
AI Service Integration - EducationRyan Chung
 
使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用
使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用
使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用Amazon Web Services
 
MiCloud服務提供者訓練
MiCloud服務提供者訓練MiCloud服務提供者訓練
MiCloud服務提供者訓練Simon Su
 

Ähnlich wie AI Service Integration (20)

Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration Workshop
 
使用Amazon Machine Learning 創建智能應用程式
使用Amazon Machine Learning 創建智能應用程式使用Amazon Machine Learning 創建智能應用程式
使用Amazon Machine Learning 創建智能應用程式
 
AWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptx
AWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptxAWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptx
AWS_Educate_NTU_Rekognition_Analysis_S3_Image.pptx
 
深入探討雲端安全
深入探討雲端安全深入探討雲端安全
深入探討雲端安全
 
Global Azure Bootcamp 2015 at Study4
Global Azure Bootcamp 2015 at Study4Global Azure Bootcamp 2015 at Study4
Global Azure Bootcamp 2015 at Study4
 
AWS Summit: Strikingly analytics
AWS Summit:  Strikingly analyticsAWS Summit:  Strikingly analytics
AWS Summit: Strikingly analytics
 
Track 2 Session 2_ 電商平台的資安維運與成本管理
Track 2 Session 2_ 電商平台的資安維運與成本管理Track 2 Session 2_ 電商平台的資安維運與成本管理
Track 2 Session 2_ 電商平台的資安維運與成本管理
 
Nate / Cyworld App Store AppStore 概述 (Chinese)
Nate / Cyworld App Store AppStore 概述  (Chinese)Nate / Cyworld App Store AppStore 概述  (Chinese)
Nate / Cyworld App Store AppStore 概述 (Chinese)
 
Global Azure Bootcamp 2015 Taichung : Mobile service
Global Azure Bootcamp 2015 Taichung : Mobile serviceGlobal Azure Bootcamp 2015 Taichung : Mobile service
Global Azure Bootcamp 2015 Taichung : Mobile service
 
20170108 微軟大數據整合解決方案- cortana intelligence suite
20170108 微軟大數據整合解決方案- cortana intelligence suite20170108 微軟大數據整合解決方案- cortana intelligence suite
20170108 微軟大數據整合解決方案- cortana intelligence suite
 
在Sae上开发高性能微博应用
在Sae上开发高性能微博应用在Sae上开发高性能微博应用
在Sae上开发高性能微博应用
 
在Sae上开发高性能微博应用key2
在Sae上开发高性能微博应用key2在Sae上开发高性能微博应用key2
在Sae上开发高性能微博应用key2
 
20230829 - 探索職涯,複利人生
20230829 - 探索職涯,複利人生20230829 - 探索職涯,複利人生
20230829 - 探索職涯,複利人生
 
AWS雲端架構師 培訓&考試課程介紹
AWS雲端架構師 培訓&考試課程介紹AWS雲端架構師 培訓&考試課程介紹
AWS雲端架構師 培訓&考試課程介紹
 
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
 
DevDays Asia 2018 - Build your bot with QnA Maker
DevDays Asia 2018 - Build your bot with QnA MakerDevDays Asia 2018 - Build your bot with QnA Maker
DevDays Asia 2018 - Build your bot with QnA Maker
 
Big Data Technology - Cloud Computing
Big Data Technology - Cloud ComputingBig Data Technology - Cloud Computing
Big Data Technology - Cloud Computing
 
AI Service Integration - Education
AI Service Integration - EducationAI Service Integration - Education
AI Service Integration - Education
 
使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用
使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用
使用 Amazon Rekognition 打造以深度學習為基礎的圖片辨識應用
 
MiCloud服務提供者訓練
MiCloud服務提供者訓練MiCloud服務提供者訓練
MiCloud服務提供者訓練
 

Mehr von Ryan Chung

Voice-First Games for Alexa
Voice-First Games for AlexaVoice-First Games for Alexa
Voice-First Games for AlexaRyan Chung
 
AI Adoption in the Enterprise
AI Adoption in the EnterpriseAI Adoption in the Enterprise
AI Adoption in the EnterpriseRyan Chung
 
Intro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentIntro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentRyan Chung
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in ClassroomRyan Chung
 
Smart Home Intro Lab
Smart Home Intro LabSmart Home Intro Lab
Smart Home Intro LabRyan Chung
 
Introduction to DialogFlow
Introduction to DialogFlow Introduction to DialogFlow
Introduction to DialogFlow Ryan Chung
 
Conversational AI Orientation
Conversational AI OrientationConversational AI Orientation
Conversational AI OrientationRyan Chung
 
Udacity Meet Up - 0413
Udacity Meet Up - 0413Udacity Meet Up - 0413
Udacity Meet Up - 0413Ryan Chung
 
Amazon Alexa Development Part II
Amazon Alexa Development Part IIAmazon Alexa Development Part II
Amazon Alexa Development Part IIRyan Chung
 
Amazon Alexa Development
Amazon Alexa DevelopmentAmazon Alexa Development
Amazon Alexa DevelopmentRyan Chung
 
Microsoft Professional Program - AI
Microsoft Professional Program - AIMicrosoft Professional Program - AI
Microsoft Professional Program - AIRyan Chung
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service IntegrationRyan Chung
 
Hour of Code - Amazon Alexa
Hour of Code - Amazon AlexaHour of Code - Amazon Alexa
Hour of Code - Amazon AlexaRyan Chung
 
Intro to DialogFlow(API.ai) / Wit.ai / Luis.ai
Intro to DialogFlow(API.ai) / Wit.ai / Luis.aiIntro to DialogFlow(API.ai) / Wit.ai / Luis.ai
Intro to DialogFlow(API.ai) / Wit.ai / Luis.aiRyan Chung
 
資料科學的第一堂課 Data Science Orientation
資料科學的第一堂課 Data Science Orientation資料科學的第一堂課 Data Science Orientation
資料科學的第一堂課 Data Science OrientationRyan Chung
 
Intro to API.ai / Wit.ai / Luis.ai
Intro to API.ai / Wit.ai / Luis.aiIntro to API.ai / Wit.ai / Luis.ai
Intro to API.ai / Wit.ai / Luis.aiRyan Chung
 
Voice Assistant / Chatbot Development 101
Voice Assistant / Chatbot Development 101Voice Assistant / Chatbot Development 101
Voice Assistant / Chatbot Development 101Ryan Chung
 

Mehr von Ryan Chung (20)

Voice-First Games for Alexa
Voice-First Games for AlexaVoice-First Games for Alexa
Voice-First Games for Alexa
 
AI Adoption in the Enterprise
AI Adoption in the EnterpriseAI Adoption in the Enterprise
AI Adoption in the Enterprise
 
Intro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentIntro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot Development
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in Classroom
 
MovieBot
MovieBotMovieBot
MovieBot
 
MPP AI
MPP AIMPP AI
MPP AI
 
Smart Home Intro Lab
Smart Home Intro LabSmart Home Intro Lab
Smart Home Intro Lab
 
Introduction to DialogFlow
Introduction to DialogFlow Introduction to DialogFlow
Introduction to DialogFlow
 
Conversational AI Orientation
Conversational AI OrientationConversational AI Orientation
Conversational AI Orientation
 
Udacity Meet Up - 0413
Udacity Meet Up - 0413Udacity Meet Up - 0413
Udacity Meet Up - 0413
 
Amazon Alexa Development Part II
Amazon Alexa Development Part IIAmazon Alexa Development Part II
Amazon Alexa Development Part II
 
Amazon Alexa Development
Amazon Alexa DevelopmentAmazon Alexa Development
Amazon Alexa Development
 
Microsoft Professional Program - AI
Microsoft Professional Program - AIMicrosoft Professional Program - AI
Microsoft Professional Program - AI
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service Integration
 
Intro to AI
Intro to AIIntro to AI
Intro to AI
 
Hour of Code - Amazon Alexa
Hour of Code - Amazon AlexaHour of Code - Amazon Alexa
Hour of Code - Amazon Alexa
 
Intro to DialogFlow(API.ai) / Wit.ai / Luis.ai
Intro to DialogFlow(API.ai) / Wit.ai / Luis.aiIntro to DialogFlow(API.ai) / Wit.ai / Luis.ai
Intro to DialogFlow(API.ai) / Wit.ai / Luis.ai
 
資料科學的第一堂課 Data Science Orientation
資料科學的第一堂課 Data Science Orientation資料科學的第一堂課 Data Science Orientation
資料科學的第一堂課 Data Science Orientation
 
Intro to API.ai / Wit.ai / Luis.ai
Intro to API.ai / Wit.ai / Luis.aiIntro to API.ai / Wit.ai / Luis.ai
Intro to API.ai / Wit.ai / Luis.ai
 
Voice Assistant / Chatbot Development 101
Voice Assistant / Chatbot Development 101Voice Assistant / Chatbot Development 101
Voice Assistant / Chatbot Development 101
 

AI Service Integration

  • 1. Service Integration – Ryan@iii.org.tw Service Integration III Digital Education Institute Source : https://sijieand500words.com Ryan Chung 1
  • 2. Service Integration – Ryan@iii.org.tw AWS AI https://aws.amazon.com/machine-learning/ 2
  • 3. Service Integration – Ryan@iii.org.tw AWS AI https://aws.amazon.com/machine-learning/ NEW NEW NEW 3
  • 4. Service Integration – Ryan@iii.org.tw New AWS AI Services • Amazon Forecast – 與Amazon.com本身使用相同的技術架構。透過組合時間序列資料 以及附加的一些變數來建構預測分析。 • Amazon Personalize – 即時提供個人化推薦。只要提供由你的應用程式所產生的活動數據, 例如Page View, 註冊資訊, 購買記錄等等。然後再提供你想推薦的 內容,如文章、產品、影片或音樂等,Amazon Personalize會依 據你提供的資料產生模型。 • Amazon Textract – 從掃描文件中自動萃取出文字的服務。不只是文字,也能夠從表格 中取出數據的格式與資訊。 – 你可以加速文件處理流程,也能夠建立智慧搜尋索引,例如看到什 麼內容就自動簽核通過。 4
  • 5. Service Integration – Ryan@iii.org.tw AWS AI https://aws.amazon.com/machine-learning/ NEW 5
  • 6. Service Integration – Ryan@iii.org.tw Amazon AI 應用服務 • 推薦系統 –Two Decades of Recommender Systems at Amazon.com • 語音助理 –Amazon Alexa • 無人商店 –Amazon Go 6 Source:The Verge
  • 7. Service Integration – Ryan@iii.org.tw Amazon Comprehend • 語言識別、關鍵資訊擷取、理解正面負面 https://aws.amazon.com/tw/comprehend/ 7
  • 8. Service Integration – Ryan@iii.org.tw Amazon Polly • 文字 -> 語音 • 接近真人語音 • 52種聲音、25國語言 • 速度快、準確度高 • 可重複播放使用 8
  • 9. Service Integration – Ryan@iii.org.tw SSML • say-as –一個字一個字念 • prosody –可調整速度、大小聲 • lang –可以穿插別國語言 https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html 9
  • 10. Service Integration – Ryan@iii.org.tw 使用案例 • This app allows you to easily convert any publicly available RSS content into audio Podcasts, so you can listen to your favorite blogs on mobile devices instead of reading them. https://github.com/aws-samples/amazon-polly-sample 10 Source: meccanismocomplesso.org
  • 11. Service Integration – Ryan@iii.org.tw 模擬多人對談 11 https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html
  • 12. Service Integration – Ryan@iii.org.tw 微軟認知服務 https://azure.microsoft.com/zh-tw/services/cognitive-services/ 12
  • 13. Service Integration – Ryan@iii.org.tw 辨識服務 MS Cognitive Service • 辨識 – 可聰明地識別、標示及 控管圖片的影像處理演算法。 • 知識 – 對應複雜資訊和資料,以解決 智慧建議和語意搜尋等工作。 • 語言 – 讓您的應用程式能夠透過預先建置的指令碼處理自然語言、 評估情感,以及了 解如何辨識使用者想要的項目。 • 語音 – 將語音轉換成文字、使用語音來驗證,或將說話者 辨識新增至您的應用程式。 • 搜尋 – 將 Bing 搜尋 API 新增至您的應用程式,並充分利用 以單一 API 呼叫合併數十 億個網頁、影像、影片和新聞的能力。 13
  • 14. Service Integration – Ryan@iii.org.tw 影像識別:圖片網址 • 輸入圖片網址,可回傳圖片資訊 14
  • 15. Service Integration – Ryan@iii.org.tw 選取 Computer Vision API https://azure.microsoft.com/zh-tw/services/cognitive-services/computer-vision/ 15
  • 16. Service Integration – Ryan@iii.org.tw 同意條款並登入帳號 16
  • 17. Service Integration – Ryan@iii.org.tw 進入 Azure • 左下角 More services -> Cognitive Services https://portal.azure.com 17
  • 18. Service Integration – Ryan@iii.org.tw 建立服務 18
  • 19. Service Integration – Ryan@iii.org.tw 取得 API KEY 19
  • 20. Service Integration – Ryan@iii.org.tw 測試 • 下載範例 • 填上API KEY,開始測試 20 https://github.com/ryan403/ImageRecognition
  • 21. Service Integration – Ryan@iii.org.tw Custom Vision https://www.customvision.ai 21
  • 22. Service Integration – Ryan@iii.org.tw 建立專案 • New Project -> Add images • 標記Tag,至少5張照片 –In Classroom • 訓練 • Quick Test 22
  • 23. Service Integration – Ryan@iii.org.tw In Classroom 23
  • 24. Service Integration – Ryan@iii.org.tw Quick Test 24
  • 25. Service Integration – Ryan@iii.org.tw Custom Vision Document • Quickstarts -> Using the Python SDK • Reference -> Custom Vision Prediction API 25 https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home
  • 26. Service Integration – Ryan@iii.org.tw Face API https://azure.microsoft.com/zh-tw/services/cognitive-services/face/ 26
  • 27. Service Integration – Ryan@iii.org.tw 臉部驗證 • 檢查兩張臉部是屬於同一個人的可能性。API 會傳回信心分數,顯示兩張臉部是屬於同一個 人的可能性。 27
  • 28. Service Integration – Ryan@iii.org.tw Microsoft Case – Baby Come Home http://www.sohu.com/a/145147545_133098 28
  • 29. Service Integration – Ryan@iii.org.tw 臉部偵測 • 偵測影像中的一或多張人臉,並取得影像臉部位置所在的臉部矩形 及臉部屬性,該屬性內含以機器學習為基礎的臉部特徵預測。可用 的臉部屬性功能 包括:年齡、表情、性別、姿勢、微笑及鬍子, 以及影像中每張臉部的 27 個地標。 29
  • 30. Service Integration – Ryan@iii.org.tw 其他服務 30
  • 31. Service Integration – Ryan@iii.org.tw Lab : 數人頭(Python) • 運用MS Face API,算出圖片中有幾個人 • 請先取得Face API Key • 請先安裝認知服務 pip install cognitive_face 31
  • 32. Service Integration – Ryan@iii.org.tw 敬請指教 Ryan Chung Senior Engineer III Digital Education Institute Ryan@iii.org.tw 32