-
Setup Python 3.6.5 version
-
pip install -r requirements.txt
-
python app.py
-
navigate to http://127.0.0.1:5000/ in the browser and test
-
Click on Record Button to Record your voice for 6 seconds, please check at the backend it's written Say Something...
-
Select any Translation Language you want to Convert the Output text by clicking on Translate text button.
-
Click on Run Text Analysis button to do azure ai text analytics.
-
Click on text to speech button to convert back the translated text to audio form.
- Front Web App UI