Week 11: AI Applications – From Models to Products

Building real-world applications on top of foundation models

Time Estimate: 3-4 hours

Topics Covered

Featured Speaker

DH

David Holz

Founder, Midjourney

Learn from industry leaders who are building the future of AI infrastructure and applications.

Video Resources

📹 Video content will be added here by Agent 2

Videos include keynotes, technical talks, and tutorials from industry leaders.

Reading Materials

📚 Reading list will be added here by Agent 3

Research papers, blog posts, and technical documentation.

🛠️ Hands-On Lab

Build an End-to-End ML Pipeline

Advanced 4 hours

Objective

Create a production-grade ML pipeline with data versioning, model registry, and A/B testing.

Prerequisites

  • Python web frameworks (FastAPI)
  • Docker basics
  • MLflow or DVC experience helpful
  • Understanding of CI/CD concepts

Setup Instructions

  1. Install MLflow: pip install mlflow
  2. Install FastAPI: pip install fastapi uvicorn
  3. Clone starter: git clone https://github.com/stanford-cs153/mlops-lab
  4. Set up local MLflow tracking server

Tasks

  1. Build data → train → eval → deploy pipeline
  2. Version datasets and models with MLflow
  3. Create FastAPI inference endpoint
  4. Implement A/B testing with traffic splitting
  5. Add monitoring and logging
  6. Document deployment process

Resources