zilbermanor / webhook-demo

demo the work of MLRun with Github webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLRun Project and GitOps demo

Demo the work of MLRun with Github based projects and automated CI/CD

Running the demo

in a client or notebook properly configured with MLRun and KubeFlow use the following lines:

from mlrun import load_project

# load the project from GitHub
url = 'git://github.com/mlrun/webhook-demo.git'
proj = load_project('/tmp/myproj', url)

print(proj.to_yaml())

# run the project main pipeline (build, data prep, train, deploy model)
pipeline = proj.run(arguments={}, artifacts_path='v3io:///users/admin/mlrun/kfp/{{workflow.uid}}/')

Files

Pipeline



About

demo the work of MLRun with Github webhooks


Languages

Language:Python 100.0%