In this chapter, we built a Universal Translator application to translate spoken speech from one language to another. We combined speech-to-text, language translation, and text-to-speech capabilities from AWS AI services, including Amazon Transcribe, Amazon Translate, and Amazon Polly. This hands-on project continued our journey as AI practitioners to develop the skills and intuition for real-world AI applications. Along the way, we also discussed user experience and product design decisions of our Universal Translator application. Additionally, we demonstrated clean code reuse of Translation Service and Storage Service in the reference architecture defined in Chapter 2, Anatomy of a Modern AI Application.
In the next chapter, we will leverage more AWS AI services to create solutions that can simplify our lives. Being an AI practitioner is not just about knowing which...