Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 461 Bytes

Azure Image Recognition Project

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.