Skip to content

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

Notifications You must be signed in to change notification settings

MarionChaff/model-storage-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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)