I am working on TensorFlow model on my local machine which run properly, now I want to deploy the model on Google Cloud Platform. But while the data is on the Google Cloud Storage bucket.
So my question are as follows:
- How to access the Google Cloud Storage bucket to run my model on local machine and also on Google Cloud Platform console.
- The Google Cloud Storage bucket's data are within multiple files, so how to import multiple files together using Python.
Thank you in advance.