Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Deploying Python Applications on Google Cloud Platform
Rating: 4.6 out of 5(11 ratings)
165 students

Deploying Python Applications on Google Cloud Platform

From Training to Cloud: Deploying Machine Learning Models on GCP with Python
Last updated 3/2025
English

What you'll learn

  • Explore key platform services like Google Compute Engine (GCE), App Engine (GAE), Kubernetes Engine (GKE), Cloud Run, and Cloud Functions
  • Determine the most suitable service for each type of application
  • Train and evaluate a CNN model, including creating a Python project locally that’s ready for deployment
  • Deploy your machine learning application across multiple GCP services, learning to configure environments and manage resources
  • Prevent unnecessary costs by properly cleaning up resources after deployment

Course content

4 sections22 lectures2h 36m total length
  • Course content6:11

    Learn to deploy machine learning models on Google Cloud Platform with a Flask API, training a CIFAR CNN, and deploying across GCE, App Engine, GKE, Cloud Run, and Cloud Functions.

  • Course materials0:05
  • Technical terms4:21
  • Google Cloud Platform services 111:25

    Explore Google Cloud Platform deployment options from Google Compute Engine to Google App Engine, Google Kubernetes Engine, Cloud Run, and Cloud Functions, comparing serverless options, use cases, and trade-offs.

  • Google Cloud Platform services 29:10

    Discover Google Kubernetes Engine, Cloud Run, and Cloud Functions as managed serverless options to deploy containerized and cloud native apps with automated scaling, updates, and self-healing. Learn use cases for legacy modernization, DevOps workflows, and production deployment of a simple ML image classifier using Flask, integrating GCP services for scalable delivery.

Requirements

  • Basic knowledge of Python and machine learning (prior experience with neural networks is a plus)
  • Familiarity with web development concepts (optional but recommended)

Description

Learning to implement machine learning models in production is a critical skill for data scientists who want to move beyond theoretical analysis and create practical business impact. While building models is essential, it is during deployment that these solutions come to life, becoming accessible to end users and integrating into real-world systems. Mastering this phase allows data scientists to ensure the scalability of their solutions, monitor performance in dynamic environments, and collaborate effectively with development and operations teams. Additionally, understanding the full lifecycle—from training to cloud deployment—enhances professional relevance, positioning data scientists as strategic players capable of delivering tangible value from conception to operation.

This introductory course is designed for developers, machine learning enthusiasts, and data professionals who want to learn how to deploy their first AI applications on the web using Google Cloud Platform (GCP). Through a hands-on approach, you will be guided from training a convolutional neural network (CNN) for image classification to deploying the model on scalable cloud services. The course includes an introduction to key GCP services such as Google Compute Engine (GCE), App Engine (GAE), Kubernetes Engine (GKE), Cloud Run, and Cloud Functions, enabling you to compare and choose the best option for your project.

In the first stage, you will set up your local environment: import libraries (like TensorFlow/Keras), train and evaluate your CNN model, and create a simple Python application to integrate with the trained model. Next, you will learn how to configure GCP and deploy to different services.

Ideal for cloud computing beginners and professionals looking to put machine learning models into production. By the end, you will have deployed a functional web application for image classification in the cloud, mastering the full development cycle—from model training to deployment on Google’s professional services.

Who this course is for:

  • Cloud computing beginners looking to take their first steps with GCP
  • Data scientists and Python developers aiming to deploy machine learning models in production