Skip to content

You can automate the process of building, testing, delivering, or deploying your Machine Learning models into production using GitHub Actions

Notifications You must be signed in to change notification settings

developers-cosmos/ML-CICD-GitHubActions

Repository files navigation

GitHub Actions — Makes "One Click To Deploy" Feasible For ML CI/CD Pipeline

Status of the worflow: Pipeline

What if I told you “You can automate the process of building, testing, delivering, or deploying your Machine Learning models into production”?

The world’s most popular hosted repository service, GitHub is providing an integrated way to design and develop our workflows by automating the tasks through GitHub Actions. With Actions, the events that take place in our GitHub repository like pushes, pull requests, releases, etc. are used as triggers to kick-off the workflows.

Check out our article for complete information on how to setup your workflows using GitHub Actions