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.