Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackakil/zacks-google-cloud-toolbox
☁️ some handy dandy scripts for doing things on google cloud 🧰
https://github.com/zackakil/zacks-google-cloud-toolbox
cloud-storage gcp google-cloud vertex
Last synced: about 2 months ago
JSON representation
☁️ some handy dandy scripts for doing things on google cloud 🧰
- Host: GitHub
- URL: https://github.com/zackakil/zacks-google-cloud-toolbox
- Owner: ZackAkil
- Created: 2023-10-16T23:41:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T11:15:05.000Z (about 1 year ago)
- Last Synced: 2024-04-17T22:07:57.302Z (9 months ago)
- Topics: cloud-storage, gcp, google-cloud, vertex
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☁️ Zacks Google Cloud Toolbox 🧰
some handy dandy scripts for doing things on google cloud## Credential FYI
I run most of my code in either Google Cloud Workbench or Cloud Functions so I assume [default credentials](https://cloud.google.com/docs/authentication/application-default-credentials).## Contents
- [gcs_utils.py](gcs_utils.py) - Simpler uploading and downloading of files from Google Cloud Stroage.
- [tflite_IOD_predictor.py](tflite_IOD_predictor.py) - Wrapper for running a local .tflite image object detector model in python.
- [time_and_log.py](time_and_log.py) - Simple decorator that useful in cloud function code to log and time long running functions.
- [text2speech.py](text2speech.py) - Wrapper for Cloud text-to-speech to easily generate mp3's.
- [automl_tflite_downloader.sh](automl_tflite_downloader.sh) - A bash script that downloads a TensorFlow Lite AutoML model from Google Cloud Storage to a local file.