diff --git a/_data/blog.yml b/_data/blog.yml index 13c0f6c..0dc3750 100644 --- a/_data/blog.yml +++ b/_data/blog.yml @@ -1,13 +1,9 @@ - title: Providing Data Scientists With New Superpowers - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis + info : Mar 6, 2020, Hamel Husain & Jeremy Howard. An introduction to GitHub Actions For Data Scientists. link : "https://fastpages.fast.ai/actions/markdown/2020/03/06/fastpages-actions.html" tags : [fastpages] -- title: Microsoft Official Blog Post - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis +- title: Using GitHub Actions & Azure Machine Learning for MLOps + info : May 26, 2020, David Aronchick. An overview of GitHub Actions that integrate with Azure Machine Learning. link : "https://techcommunity.microsoft.com/t5/azure-ai/using-github-actions-amp-azure-machine-learning-for-mlops/ba-p/1419027" - tags : [techcommunity] - -- title: Pending - GitHub Official Blog Post - TBD - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis - link : "#" \ No newline at end of file + tags : [cloud-integrations] diff --git a/_data/demos.yml b/_data/demos.yml index 15d495d..a983a20 100644 --- a/_data/demos.yml +++ b/_data/demos.yml @@ -1,17 +1,21 @@ -- title: GitHub Universe Talk - MLOps - subtitle: Machine learning operations with GitHub Actions and Kubernetes - GitHub Universe 2019 +- title: GitHub Universe - Machine Learning Ops + subtitle: Machine Learning Ops with GitHub Actions and Kubernetes - GitHub Universe 2019 info: 'From automating mundane tasks to reducing inefficiencies in developers’ workflows, machine learning has the potential to scale your team’s results like never before. However, the practice of deploying machine learning for enterprises is relatively new. In this talk, Hamel and Jeremy will demonstrate how GitHub Actions and Kubernetes can be used to orchestrate machine learning workflows in new ways that increase transparency and reliability of these applications. By borrowing best practices and technologies from DevOps, they’ll help you learn how to deploy machine learning solutions with confidence.' video_id: Ll50l3fsoYs tags: [GitHub Actions, Kubernetes] -- title: Live Demo Actions & ML Workflows +- title: Weights & Biases Deep Learning Salon - GitHub Actions & Machine Learning video_id: S-kn4mmlxFU - subtitle: GitHub Actions & Machine Learning Workflows with Hamel Husain - info: "Successful machine learning projects often involve employing techniques and practices from software engineering. GitHub Actions provide a new way to incorporate some of these practices in a way that is tailored to data science. In this talk, Hamel will provide a brief tutorial on GitHub Actions, and will show you how you can use this new tool to automate and bring new innovations to your machine learning workflow." + subtitle: "In this talk, Hamel will provide a brief tutorial on GitHub Actions, and will show you how you can use this new tool to automate and bring new innovations to your machine learning workflow." + info: Presented by Hamel Husain. tags: [GitHub Actions] -- title: Azure ML + Actions Webinar - subtitle: 'The MLOps Live Webinar Series #3' - info: Git-Base d CI CD for Machine Learning & MLOps +- title: Productionizing ML With GitHub & Azure Machine Learning + subtitle: "A tutorial of how to use GitHub Actions with Azure Machine Learning." + info: Presented by Marvin Buss, Alexander Matheson and David Aronchick. video_id: V8MRYtNeqUc - tags: [Git-Based CI CD] \ No newline at end of file + tags: [Cloud-Integrations] + + + + \ No newline at end of file diff --git a/_data/github_actions.yml b/_data/github_actions.yml index b98f199..cb83dfc 100644 --- a/_data/github_actions.yml +++ b/_data/github_actions.yml @@ -1,44 +1,49 @@ -- title: "Submit Argo Workflows on GKE " - info : "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis" +- title: "Submit Argo Workflows To GKE " + info : "Instantiate machine learning pipelines using Argo on Google Kubernetes Engine." link : "https://github.com/marketplace/actions/submit-argo-workflows-to-gke" - tags : [MLOps, Machine Learning, Data Science] + tags : [Kubernetes, Google-Cloud, Argo] - title: "Submit Argo Workflows on K8s (Cloud agnostic)" - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis + info : "Instantiate machine learning pipelines using Argo on any Kubernetes cluster. This action is cloud agnostic." link : "https://github.com/marketplace/actions/submit-argo-workflows-from-github" - tags : [Machine Learning, Data Science] + tags : [Kubernetes, Argo] -- title: "Fetch runs from Weights & Biases" - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis +- title: "Fetch metrics from Weights & Biases" + info : Retrieve model metrics and metadata from Weights & Biases. You can use this for automated testing and reporting in pull requests. link : "https://github.com/marketplace/actions/get-runs-from-weights-biases" - tags: [actions] + tags: ["Experiment Tracking"] -- title: "To compile, deploy and run Kubeflow pipeline" - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis +- title: "Compile, deploy and run Kubeflow pipelines" + info : Launch Kubeflow pipelines on Google Cloud. link : "https://github.com/marketplace/actions/kubeflow-compile-deploy-and-run" - tags: [kubeflow] + tags: [Kubeflow] - title: "Dockerize GitHub repositories automatically as a Jupyter Server" - info : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis + info : Automatically Dockerize GitHub repos and serve their contents with the appropriate dependencies with Jupyter or R-Markdown. Can optionally be used in a complimentary way with mybinder.org link : "https://github.com/machine-learning-apps/repo2docker-action" - tags: [repo2docker] + tags: [Jupyter] -- title: aml-workspace - link : https://github.com/marketplace/actions/azure-machine-learning-workspace) - creates an Azure Machine Learning workspace. - tags: [marketplace] +- title: Create Azure ML Workspace + link : https://github.com/marketplace/actions/azure-machine-learning-workspace + info: Creates an Azure Machine Learning workspace. + tags: [Azure] -- title: aml-compute +- title: Manage Azure Compute Resources link : "https://github.com/marketplace/actions/azure-machine-learning-compute-action" - info : Manage Azure Compute Resources. + info : Create, destroy and modify Azure compute resources. + tags: [Azure] -- title: aml-run +- title: Azure ML Run Jobs link : "https://github.com/marketplace/actions/azure-machine-learning-run-action" info : Run a training job, experiment or pipeline on Azure. + tags: [Azure] -- title: aml-registermodel +- title: Azure ML Register Models link : "https://github.com/marketplace/actions/azure-machine-learning-register-model-action" info: Register a model on Azure Machine Learning. + tags: [Azure] -- title: aml-deploy +- title: Azure ML Deploy Models linr : "https://github.com/marketplace/actions/azure-machine-learning-deploy-action" - info: Deploy a model to AKS or ACI. \ No newline at end of file + info: Deploy a model to AKS or ACI for inference. + tags: [Azure] \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index 1fb9898..01718d4 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,29 +1,29 @@ - title: Blog Posts - info : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae et quo mollitia molestiae dignissimos fuga, earum quas eveniet dolore sed? + info : Blog Posts that are relevant to using GitHub for Data Science and ML Ops. link : "/blog" icon : "https://ghicons.github.com/assets/images/blue/svg/issue.svg" - title: GitHub Actions - info : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae et quo mollitia molestiae dignissimos fuga, earum quas eveniet dolore sed? + info : A collection of Open Source GitHub Actions that facilitate ML Ops. link : "/actions" icon : "https://ghicons.github.com/assets/images/blue/svg/Actions.svg" -- title: Repository Templates - info : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae et quo mollitia molestiae dignissimos fuga, earum quas eveniet dolore sed? - link : "/templates" +- title: Examples + info : Repository templates, examples, and related projects that demonstrate how various GitHub Features can be used for Data Science and ML Ops. + link : "/examples" icon : "https://ghicons.github.com/assets/images/blue/svg/Collection.svg" -- title: Live Demos - info : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae et quo mollitia molestiae dignissimos fuga, earum quas eveniet dolore sed? - link : "/demos" +- title: Tutorials + info : Recorded demos and tutorials. + link : "/tutorials" icon : "https://ghicons.github.com/assets/images/blue/svg/Enterprise%20Observability.svg" -- title: Documentation - info : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae et quo mollitia molestiae dignissimos fuga, earum quas eveniet dolore sed? +- title: Docs + info : Documentation and resources for getting started. link : "/docs" icon : "https://ghicons.github.com/assets/images/blue/svg/Documentation.svg" -- title: Our Team - info : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae et quo mollitia molestiae dignissimos fuga, earum quas eveniet dolore sed? +- title: Team + info : Meet the team that works on this content. link : "/team" icon : "https://ghicons.github.com/assets/images/blue/svg/GitHub%20for%20teams.svg" diff --git a/_data/repository_templates.yml b/_data/repository_templates.yml index c02ee62..5f5218e 100644 --- a/_data/repository_templates.yml +++ b/_data/repository_templates.yml @@ -1,4 +1,4 @@ -- title: Welcome To fastpages +- title: fastai/fastpages info: An easy to use blogging platform, with support for Jupyter notebooks, Word docs, and Markdown. link: "https://github.com/fastai/fastpages" tags: [fastpages] diff --git a/actions.html b/actions.html index b59e2e4..1466816 100644 --- a/actions.html +++ b/actions.html @@ -1,10 +1,7 @@ --- layout : default title : GitHub Actions -description : "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Deleniti fugit quo magnam blanditiis soluta -est, -molestias quaerat perferendis eligendi nobis? Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolore ratione -totam odit optio. Impedit incidunt laboriosam doloremque. Molestias, consequatur aut." +description : "GitHub Actions relevant to machine learning and data science, that you can use to automate tasks. These are free to use and are open source." ---
diff --git a/blog.html b/blog.html index 81ac7e8..4f9e619 100644 --- a/blog.html +++ b/blog.html @@ -1,9 +1,7 @@ --- layout : default -title : Blog post -description : "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Deleniti fugit quo magnam blanditiis soluta est, -molestias quaerat perferendis eligendi nobis? Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolore ratione -totam odit optio. Impedit incidunt laboriosam doloremque. Molestias, consequatur aut." +title : Blog Posts +description : "Blog Posts that are relevant to using GitHub for data science and ML Ops." ---
diff --git a/templates.html b/examples.html similarity index 74% rename from templates.html rename to examples.html index 5904b11..222a14e 100644 --- a/templates.html +++ b/examples.html @@ -1,10 +1,7 @@ --- layout : default -title : Repository Templates -description : "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Deleniti fugit quo magnam blanditiis soluta -est, -molestias quaerat perferendis eligendi nobis? Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolore ratione -totam odit optio. Impedit incidunt laboriosam doloremque. Molestias, consequatur aut." +title : Related Projects & Examples +description : "Repository templates, examples, and related projects that demonstrate how various GitHub Features can be used for data science and ML Ops." ---
diff --git a/demos.html b/tutorials.html similarity index 74% rename from demos.html rename to tutorials.html index b658629..4cc8606 100644 --- a/demos.html +++ b/tutorials.html @@ -1,10 +1,7 @@ --- layout : default -title : "Live Demos / Tutorials" -description : "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore cum vel nesciunt distinctio nobis, -pariatur, temporibus vitae dolorem, voluptas quam tenetur? Voluptatibus eaque veritatis dolorum corrupti dignissimos, -saepe porro, molestiae consequatur quas obcaecati necessitatibus velit inventore aspernatur! Modi id a quisquam eaque -suscipit praesentium quibusdam odio consequuntur eveniet tempora. Quos?" +title : "Tutorials" +description : "Recorded demos and tutorials on GitHub Actions and MLOps." ---