├── README.md ├── app.py ├── app.pyc ├── sentiment.py ├── static └── scripts │ └── main.js ├── synthesize.py ├── templates └── index.html └── translate.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/app.py -------------------------------------------------------------------------------- /app.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/app.pyc -------------------------------------------------------------------------------- /sentiment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/sentiment.py -------------------------------------------------------------------------------- /static/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/static/scripts/main.js -------------------------------------------------------------------------------- /synthesize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/synthesize.py -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/templates/index.html -------------------------------------------------------------------------------- /translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Flask-App-Tutorial/HEAD/translate.py --------------------------------------------------------------------------------