Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to integrate ML model with excel sheet containing 400k image links

I created a model to identify good or bad profile images for a company, Data is in excel sheet with 400k+ links, I don't want to download all the images. I'm looking for another method in which one can run ML model on excel sheet. Is there anyone who has done this before or know the method? I created the model on Jupyter notebook, I don't know where to deploy the model to get the API key. Any reference will be apricated.

0 1 213
1 REPLY 1

Howdy ... I'm imagining a sheet where one of the columns is a link to an image file.  I'm now imagining you want to train your model to detect good and bad images.  Where did you get the model from?  What does the model consider a good or bad image?  Does the model already exist and you just want to determine (for each image) whether it is good or bad or does the model need to be trained on a set of images (the training set and the validation set)?