Azure Image Recognition Project

September 19, 2020 ยท View on GitHub

This project demonstrates the use of Azure's Cognitive Services to analyze images using AI.

End points have been created to

identify objects in an image

describe the content of an image

obtain tags of objects present in an image

read text in an image.

Tech Stack

The back end is developed using .NET Core 2.2, Web API and Azure. The front end is developed using Angular 8, Typescript, HML, CSS.

Contents

  1. 1This project demonstrates the use of Azure's Cognitive Services to analyze images using AI.
  2. 1.1identify objects in an image
  3. 1.2describe the content of an image
  4. 1.3obtain tags of objects present in an image
  5. 1.4read text in an image.
  6. 1.5Tech Stack