I am preparing a website for Wix Studio Developer certification. However, there is something I’m stuck on. What does this place mean:
Use a third party computer vision service provider to give Tags to public image content upon upload. Then, create an exposed API endpoint that allows you to query a list of public images using a single tag as an input parameter.
It seems that the idea is to use an external service that analyzes images during upload to automatically tag them based on their content (e.g., tagging an image as “dog”). Then, you should create an API endpoint that allows searching for these tagged images using a keyword (e.g., “dog”). By “creating an API endpoint,” it likely means using Wix’s HTTP functions to build the API.
※ third party computer vision service: ex. Google Cloud Vision API
However, since it says “one of,” it might not be necessary to implement it if you don’t want to. I’m personally interested in “computer vision services,” so I think I’ll take this opportunity to explore it. But, these external services often have pay-as-you-go pricing, so they can be quite expensive… I know.
I wanted to share that I recently obtained my Wix Studio Developer certification. And I didn’t use ‘computer vision services,’ but I passed! It seems that ‘computer vision services’ isn’t required, just adding third party email service’s functionality was sufficient.