Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🧰

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.