I'm trying to web scrape all of the images from a web page, load the jpg files into Google Cloud Storage, and then run each image through the Vision API.
Any suggestions on how to do this in a scalable and automated way? Sounds like we could use a cloud function. Any recommendations and sample code to get started would be appreciated.
Thank you!