Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marionchaff/model-storage-manager
- Owner: MarionChaff
- Created: 2024-07-20T15:45:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T15:50:48.000Z (6 months ago)
- Last Synced: 2024-11-06T02:33:45.684Z (about 2 months ago)
- Topics: cloud-storage, google-cloud-platform, google-cloud-storage, machine-learning, mlops, model-storage, model-versioning, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)