Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (18 loc) · 1.15 KB

Speech to Speech Translation and Text Analytics Wep App using Azure Cognitive Services APIs

Azure Cognitive Services consume

Steps to Launch the Code

  1. Setup Python 3.6.5 version

  2. pip install -r requirements.txt

  3. python app.py

  4. navigate to http://127.0.0.1:5000/ in the browser and test

Steps to do testing

  1. Click on Record Button to Record your voice for 6 seconds, please check at the backend it's written Say Something...

  2. Select any Translation Language you want to Convert the Output text by clicking on Translate text button.

  3. Click on Run Text Analysis button to do azure ai text analytics.

  4. Click on text to speech button to convert back the translated text to audio form.

Screenshots

  • Front Web App UI

Project UI

Note - keys are included in the code is only for testing purpose for azure ai hackathon 2019.