The Image Analyzer is in charge of taking an image (png/jpeg) as input and returning output describing the image in the form of text. This function utilizes the Computer Vision API to retrieve textual data.
ETA:
How long do you think it will take to complete this?
2 hours
Objective:
Checklist of everything you need to do to complete this issue
[x] Make a new HTTP Trigger called and install node-fetch and parse-multipart
[x] Create a Computer Vision resource
[x] Parse the raw image data
[x] Create an asynchronous function that takes the image as input
[x] Using that function, make a POST request and return the description attribute of the data
Description
ETA:
Objective: