Microsoft Azure AI Computer Vision #2 | microsoft azure tutorial for beginners

Опубликовано: 04 Ноябрь 2024
на канале: BlackBox Tech
1,178
17

#microsoft azure tutorial for beginners #artificialintelligence #azurecloud #cloudcomputing

Microsoft Azure's Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent colors, categorizing the content of images, and describing an image with complete English sentences. Additionally, it can also intelligently generate images thumbnails for displaying large images effectively.

In this tutorial, I have used Node along with Multer node module to create the upload feature of the back-end and for the front-end, I have used Angular7 to call the endpoints and upload.