Translator powered by Azure Cognitive Services
Picture from Pavel Danilyuk (https://www.pexels.com/@pavel-danilyuk/) |
After toying with a few Azure Cognitive Services (here, here, and here), this is the final blog around these services. I piece them into a Speech-to-Speech translation application.
- Using a simple web page, I capture the voice and send it over to the Speech-to-Text service to get the translated message.
- From this text, the Translation service translates the message from English to a target language.
- Finally, the Text-to-Speech service generates the voice for the translated message.
Here is a demo
Comments
Post a Comment