- Hands-On Artificial Intelligence on Amazon Web Services
- Subhashini Tripuraneni Charles Song
- 148字
- 2021-06-24 12:48:47
Object detector architecture
We will be recreating the Amazon Rekognition demo with our own web frontend and Python backend. First, let's understand the architecture of the Object Detector application we are about to develop.
Using the reference architecture design and the technology stack we discussed previously, here is the architecture for the Object Detector application:

The user will interact with the Object Detector through a web user interface:
- We will provide a web user interface for users so that they can see the Object Detection demo.
- The web user interface will interact with the orchestration layer containing just one RESTful endpoint: the Demo Object Detection endpoint.
- The endpoint interacts with both the Storage Service and the Recognition Service to perform the Object Detection demo.
- The Storage Service and the Recognition Service calls the Amazon S3 and Amazon Rekognition services using the Boto3 SDK, respectively.
推薦閱讀
- 大數據導論:思維、技術與應用
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 協作機器人技術及應用
- 最后一個人類
- 分布式多媒體計算機系統
- WordPress Theme Development Beginner's Guide(Third Edition)
- Windows環境下32位匯編語言程序設計
- 電氣控制與PLC技術應用
- 工業機器人運動仿真編程實踐:基于Android和OpenGL
- 面向對象程序設計綜合實踐
- Mastering MongoDB 3.x
- 運動控制系統(第2版)
- 西門子S7-1200/1500 PLC從入門到精通
- 大型機系統應用基礎
- 數據結構與實訓