Welcome to the new learning series focused on Azure Cognitive Services and Python! In the “Digitize and translate your notes with Azure Cognitive Services and Python” series, you will explore the built-in capabilities of Azure Computer Vision for optical character recognition and the Azure Translator service and build a simple AI web app using Flask.
You will learn how to build an intelligent web app using Flask and Azure Cognitive Services. By the end o this series you will be able to:
- Use the Computer Vision READ API to extract text from an image.
- Translate text using the Translator service.
- Create a Flask app and call the Azure Cognitive Services from the app.
- Deploy the app to Azure App Service.
In this article, you will build a simple Python app that turns your handwritten notes into digital documents using Azure Computer Vision.
In this article, you will build a Python app that translates text using the Azure Translator service.
In this blog post, you will build a website using Flask and Azure Cognitive Services to extract and translate text from notes.
In this blog post, you will deploy an AI Flask application app to Azure App Service using Visual Studio Code.