Proposal:

What my web page will do is help a person find a place to buy an item which they upload an image of. The user will upload an image to the web page, and then Azure functions will call the google cloud vision API to identify the objects and text in the image. Then, azure functions will return the objects and text to the web page, which will then forward those items to the Walmart API, which will return a embedded web page of the product.

Flowchart:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/dd3da5d9-89fc-4416-a3f7-65b95ff36f28/Azure_functions_flowchart.drawio.pdf

Tasks