In this chapter, we will continue to develop the skills and intuition required for real-world artificial intelligence applications. We will build an application that can translate spoken speech from one language to another. We will leverage Amazon Transcribe and Amazon Polly to perform speech-to-text and text-to-speech tasks. We will also demonstrate how our reference architecture allows us to reuse the service implementations we implemented in the previous chapter projects.
We will cover the following topics:
- Performing speech-to-text with Amazon Transcribe
- Performing text-to-speech with Amazon Polly
- Building serverless AI applications with AWS services, RESTful APIs, and web user interface
- Reusing existing AI service implementations within the reference architecture
- Discussing user experience and product...