GoogleCloudPlatform/mlops-with-vertex-ai
End-to-end MLOps example demonstrating ML pipeline orchestration on Google Cloud using TensorFlow, TFX, and Vertex AI.

This repository provides a complete MLOps workflow on Google Cloud’s Vertex AI platform. It implements ML pipelines using Keras for model development, TFX (TensorFlow Extended) for orchestrating training workflows, and Vertex AI for model training, validation, and deployment. The example uses the Chicago Taxi Trips dataset to build a tip prediction model, demonstrating dataset management, training pipeline construction, model versioning, and continuous deployment practices.