Analyze Images with Cognitive Services

Let’s explore the uses of Microsoft Computer Vision with the help of a Django application.

We'll cover the following

Introduction

In this lesson, we’ll use a sample application to test Microsoft Computer Vision’s APIs. First, we made a new project on Django by the name mscv. Then we made an application by the name apis in the project. The application has the following three models:

  • Key_Endpoint to store the key and endpoint to make the API call.
  • OCR to extract texts from images and PDFs
  • ImageAnalysis2 to perform all the operations explained in the Image Analysis section.

Get hands-on with 1200+ tech skills courses.