[go: up one dir, main page]

Skip to content

demo the work of MLRun with Github webhooks

Notifications You must be signed in to change notification settings

zilbermanor/webhook-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages