Giter VIP home page Giter VIP logo

end-to-end-vertex-ai-tensorflow-pipeline's Introduction

Welcome, Fellow MLOps Enthusiasts!

This project presents an end-to-end pipeline utilizing Kubeflow components to construct and deploy TensorFlow models on Vertex AI. The pipeline is organized into separate reusable Kubeflow pipeline components, covering four key stages: data collection, data preparation, model training, and the final deployment to Vertex AI.

Overview

This project is designed to serve as a foundational example of MLOps in Vertex AI, with a focus on the MNIST dataset. Often regarded as the "hello world" of deep learning, the MNIST dataset provides an ideal starting point to showcase the simplicity and efficiency of the MLOps workflow on Vertex AI.

Prerequisites

Before getting started, ensure the following prerequisites are in place:

  • Google Cloud Platform (GCP) Project ID: Replace Your-Project-ID with your GCP Project ID.
  • GCP Region: Replace Your-Region with the desired GCP region.
  • GCP Bucket URI: Replace Your-Bucket with the URI of your Google Cloud Storage bucket.
  • Service Account Permissions: Make sure your service account has the necessary permissions for accessing the Cloud Storage bucket.
# Set GCP Project ID
! gcloud config set project {PROJECT_ID}

# Allow service account to access Cloud Storage bucket
! gsutil iam ch serviceAccount:{SERVICE_ACCOUNT}:roles/storage.objectCreator $BUCKET_URI
! gsutil iam ch serviceAccount:{SERVICE_ACCOUNT}:roles/storage.objectViewer $BUCKET_URI

end-to-end-vertex-ai-tensorflow-pipeline's People

Contributors

sanathsridhar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.