https://github.com/pierresegonne/mlops-pipeline
https://github.com/pierresegonne/mlops-pipeline
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierresegonne/mlops-pipeline
- Owner: pierresegonne
- Created: 2022-02-01T20:08:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T16:01:17.000Z (over 3 years ago)
- Last Synced: 2025-10-03T14:59:32.689Z (4 days ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlops-pipeline
Tutorial for deploying a Flask machine learning API to GCP.
When a new version is pushed, CI will build an image and push it to a container registry on GCP.
A container will serve this image as a cloud run function.