It is a small project done based the Microsoft learn material (link). It uses Python, Flask, and Azure Cognitive Services to build a web app that incorporates AI.
Learning Objectives achieved:
- Learn how to set up a Flask development environment
- Learn how to use Flask to build a form
- Learn how to use the Azure Translator service to translate text
Note: The repo contains a .env
file which is ignored here which contains the KEY, ENDPOINT and LOCATION details needed to use the translator service.