programmerwiz32
programmerwiz32

Reputation: 559

Google online Storage method

I have been doing a bit of testing on image ML (machine learning) with OnePanel and I have been using my local PC,which I would like to move to Google Cloud Platform (GCP),I usually have about 400 new images to run though ML, The code that runs does ML and Downloads the image from web is written in Python.

My question is which Google storage Should I use Cloud FlieStore, Cloud Store, or what else they have. Also, Ideally the Python code should be able to directly sent the download images on Cloud (or download to local then upload then I will delete from local). The images are quite small size (100 images is 15MB)

Upvotes: 0

Views: 65

Answers (1)

Ricardo
Ricardo

Reputation: 166

Since your data is unstructured, then it breaks down to two options:

If you do not need Mobile SDKs then Cloud Storage is the best option, if you need Mobile SDKs then Cloud Storage for Firebase. Hopefully that answers your question.

Upvotes: 1

Related Questions