Skip to content

sfoteini/Flask-AI-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digitize and translate your notes with Azure Cognitive Services and Python

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.

Part 1: Digitize your notes with Azure Computer Vision and Python

Tutorial Tutorial Source code Sketch note: OCR with the READ API

In this article, you will build a simple Python app that turns your handwritten notes into digital documents using Azure Computer Vision.


Part 2: Translate your notes with Azure Translator and Python

Tutorial Tutorial Source code Sketch note: Azure Translator

In this article, you will build a Python app that translates text using the Azure Translator service.


Part 3: Build an AI web app with Azure Cognitive Services and Flask

Tutorial Tutorial Source code

In this blog post, you will build a website using Flask and Azure Cognitive Services to extract and translate text from notes.


Part 4: Deploy a Flask AI web app to Azure App Service

Tutorial Tutorial Source code

In this blog post, you will deploy an AI Flask application app to Azure App Service using Visual Studio Code.