Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marionchaff/model-storage-manager

A simple class to handle model update, saving and loading with GCP
https://github.com/marionchaff/model-storage-manager

cloud-storage google-cloud-platform google-cloud-storage machine-learning mlops model-storage model-versioning python

Last synced: 9 days ago
JSON representation

A simple class to handle model update, saving and loading with GCP

Awesome Lists containing this project

README

        

# model-storage-manager

The class ModelStorageManager:
- Saves machine learning models locally and optionally to Google Cloud Storage (function save_model)
- Downloads the latest version of the model locally and optionally from Google Cloud Storage (function load_latest_model)