At the end of each hands-on project in Part 2, we provide you with a few ideas to extend the intelligence-enabled application. Here are a couple of ideas to enhance the Universal Translator:
- Allow users to save default source language and output voice preferences within the application. The user is likely to use his or her native language as the source language and may prefer the translated speech to match the his or her gender and voice.
- Add real-time transcription with Amazon Transcribe's Streaming Transcription feature. This feature can greatly reduce the user's wait time for the voice translation. At the time of this writing, the Python SDK does not support this feature, so your implementation will need a different SDK. Our architecture does support a polyglot system, a system written in multiple languages.
- The Universal...