Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1 KB

README.md

File metadata and controls

10 lines (7 loc) · 1 KB

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