---
id: 901010
card_url: "https://mdrss.com/learning/courses-roadmaps-and-reference/901010"
permalink_url: "https://mdrss.com/m/901010"
thread_url: "https://mdrss.com/s/learning"
markdown_url: "https://mdrss.com/learning/courses-roadmaps-and-reference/901010/901010.md"
title: "MLOps Zoomcamp: Production ML Engineering Curriculum"
annotation: "MLOps Zoomcamp: A Free 9-Week Course on Productionizing ML Services. Use it to build a structured path from fundamentals to hands-on practice."
state: published
thread: learning
domain: learning
category: courses-roadmaps-and-reference
type: guide
tags: ["education-reference", "courses-roadmaps-and-reference", "module", "course", "model", "links", "courses", "roadmaps", "learning", "collider-club"]
ontology_terms: ["concept:courses-roadmaps-and-reference", "org:collider-club"]
relation_terms: []
license: "MIT"
version: 1
snapshot_at: "2026-08-04T16:17:00.000Z"
source_url: "https://github.com/DataTalksClub/mlops-zoomcamp"
source_kind: "collider-club-curated"
platform_scam_risk: 5
platform_evidence_score: 100
evidence_urls:
  - "https://github.com/DataTalksClub/mlops-zoomcamp"
  - "https://raw.githubusercontent.com/DataTalksClub/mlops-zoomcamp/3ba475fa5e2066ef566d6e452b5a76e1ecf7df41/README.md"
  - "https://collider.club"
  - "https://opensource.org/licenses/MIT"
---
# MLOps Zoomcamp: Production ML Engineering Curriculum

> MLOps Zoomcamp: A Free 9-Week Course on Productionizing ML Services. Use it to build a structured path from fundamentals to hands-on practice.

> Editorial note: curated source snapshot published by [Collider.club](https://collider.club) under the MIT License. Source attribution is preserved in the front matter.

## Source snapshot

<p align="center">
  <img width="80%" src="images/banner-2025.jpg" alt="MLOps Zoomcamp">
</p>

<h1 align="center">
    MLOps Zoomcamp: A Free 9-Week Course on Productionizing ML Services
</h1>

<p align="center">
Master the fundamentals of MLOps, from training and experimentation to deployment and monitoring.
</p>

<p align="center">
<a href="https://airtable.com/shrCb8y6eTbPKwSTL"><img src="https://user-images.githubusercontent.com/875246/185755203-17945fd1-6b64-46f2-8377-1011dcb1a444.png" height="50" /></a>
</p>

<p align="center">
<a href="https://datatalks.club/slack.html">Join Slack</a> •
<a href="https://app.slack.com/client/T01ATQK62F8/C02R98X7DS9">#course-mlops-zoomcamp Channel</a> •
<a href="https://t.me/dtc_courses">Telegram Announcements</a> •
<a href="https://www.youtube.com/playlist?list=PL3MmuxUbc_hIUISrluw_A7wDSmfOhErJK">Course Playlist</a> •
<a href="https://datatalks.club/faq/mlops-zoomcamp.html">FAQ</a> •
<a href="https://ctt.ac/fH67W">Tweet about the Course</a>
</p>

<p align="center">
<a href="https://github.com/DataTalksClub/mlops-zoomcamp/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge" /></a>
<a href="https://datatalks.club/slack.html"><img src="https://img.shields.io/badge/Slack-Join%20Community-4A154B?style=for-the-badge&logo=slack" /></a>
</p>

## Quick Links

| Resource | Link |
|----------|------|
| Course materials | [GitHub repository](https://github.com/DataTalksClub/mlops-zoomcamp) |
| Video lectures | [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hIUISrluw_A7wDSmfOhErJK) |
| Documentation | [Zoomcamp Logistics](https://datatalks.club/docs/courses/zoomcamp-logistics/) · [MLOps Zoomcamp](https://datatalks.club/docs/courses/mlops-zoomcamp/) |
| Course platform (deadlines, homework) | [courses.datatalks.club](https://courses.datatalks.club/) |
| Slack channel | [#course-mlops-zoomcamp](https://app.slack.com/client/T01ATQK62F8/C02R98X7DS9) |
| Announcements | [Telegram](https://t.me/dtc_courses) |
| FAQ | [FAQ document](https://datatalks.club/faq/mlops-zoomcamp.html) |

## About the Course

MLOps (machine learning operations) is a must-know skill for many data professionals. This free 9-week course teaches the fundamentals of MLOps, from training and experimentation to deployment and monitoring, through structured modules, hands-on workshops, and a final project. Each module introduces core MLOps concepts and tools.

## Who Should Join

This course is for data scientists, ML engineers, and software engineers who want to learn how to put machine learning models into production and operate them reliably.

## Prerequisites

To get the most out of this course, you should have prior experience with:

- Python
- Docker
- Command line basics
- Machine learning (e.g., through [ML Zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp))
- 1+ year of programming experience

## How to Take the Course

There are two ways to follow the course: live and self-paced.

| | Live Cohort | Self-Paced |
|-|-|-|
| Start | Not currently scheduled | Anytime |
| Lectures | Pre-recorded | Pre-recorded |
| Homework | Graded | Available but not scored |
| Leaderboard | ✅ Yes | ❌ No |
| Peer Review | ✅ Yes | ❌ No |
| Certificate | ✅ Yes | ❌ No |
| Cost | Free | Free |
| Register | [Get updates](https://airtable.com/shrCb8y6eTbPKwSTL) | Just start learning! |

> [!NOTE]
> We don't plan to run a live cohort in 2026. The course is fully available for self-paced study now. [Register here](https://airtable.com/shrCb8y6eTbPKwSTL) to be notified if we run a live cohort again.

Self-paced steps:

1. Follow the materials on [GitHub](https://github.com/DataTalksClub/mlops-zoomcamp)
2. Ask questions and share progress in [Slack](https://datatalks.club/slack.html)
3. Do the homework (self-checked) and build a project for your portfolio

## Syllabus

### [Module 1: Introduction](01-intro)

- What is MLOps?
- MLOps maturity model
- NY Taxi dataset (our running example)
- Why MLOps is essential
- Course structure & environment setup
- Homework

### [Module 2: Experiment Tracking & Model Management](02-experiment-tracking)

- Introduction to experiment tracking
- MLflow basics
- Model saving and loading
- Model registry
- Hands-on MLflow exercises
- Homework

### [Module 3: Orchestration & ML Pipelines](03-orchestration)

- Workflow orchestration
- Homework

### [Module 4: Model Deployment](04-deployment)

- Deployment strategies: online (web, streaming) vs. offline (batch)
- Deploying with Flask (web service)
- Streaming deployment with AWS Kinesis & Lambda
- Batch scoring for offline processing
- Homework

### [Module 5: Model Monitoring](05-monitoring)

- Monitoring ML-based services
- Web service monitoring with Prometheus, Evidently, and Grafana
- Batch job monitoring with Prefect, MongoDB, and Evidently
- Homework

### [Module 6: Best Practices](06-best-practices)

- Unit and integration testing
- Linting, formatting, and pre-commit hooks
- CI/CD with GitHub Actions
- Infrastructure as Code (Terraform)
- Homework

## Final Project

The [final project](07-project/) integrates everything covered in the course into an end-to-end MLOps pipeline.

## Certificate

<p align="center">
<img src="images/mlops-zoomcamp-certificate.jpg" alt="MLOps Zoomcamp certificate of completion awarded after finishing the final project and peer reviews" title="MLOps Zoomcamp Certificate of Completion" width="500" />
</p>

Certificates are awarded to learners who complete the final project during a live cohort. After the project is graded, the certificate appears on your course platform dashboard once the instructors issue it, and the release is announced in Slack and Telegram. See the [certificate guide](https://datatalks.club/docs/courses/zoomcamp-logistics/certification/) for how to get it and add it to LinkedIn.

## Instructors

- [Cristian Martinez](https://www.linkedin.com/in/cristian-javier-martinez-09bb7031/)
- [Alexey Grigorev](https://www.linkedin.com/in/agrigorev/)
- [Emeli Dral](https://www.linkedin.com/in/emelidral/)

## Community & Support

### Getting Help on Slack

Join the [#course-mlops-zoomcamp](https://app.slack.com/client/T01ATQK62F8/C02R98X7DS9) channel on [DataTalks.Club Slack](https://datatalks.club/slack.html) for discussions, troubleshooting, and networking.

To keep discussions organized:

- Follow [our guidelines](https://datatalks.club/docs/courses/zoomcamp-logistics/asking-questions/) when posting questions.
- Review the [community guidelines](https://datatalks.club/slack/guidelines.html).

### Learning in Public

Share your progress as you go — see the [learning in public guide](learning-in-public.md).

## Sponsors

Interested in supporting our community? Reach out to [alexey@datatalks.club](mailto:alexey@datatalks.club).

## FAQ

A few common questions. For everything else, see the full [MLOps Zoomcamp FAQ](https://datatalks.club/faq/mlops-zoomcamp.html).

Q: Is this course really free?<br/>
A: Yes. All videos, materials, and homework are free and open-source.

Q: Do I need prior experience?<br/>
A: Yes, some. You should know Python, Docker basics, and the machine learning workflow (for example from ML Zoomcamp), plus about a year of programming experience.

Q: Is there a live cohort?<br/>
A: Not currently. The course is fully available for self-paced study. Register on the signup form to be notified if we run a live cohort again.

Q: What does "live cohort" mean? Are there live classes?<br/>
A: No mandatory live classes. All lectures are pre-recorded. "Live" means deadlines, scored homework, peer review, and certificate eligibility.

## About DataTalks.Club

<p align="center">
  <img width="40%" src="https://github.com/user-attachments/assets/1243a44a-84c8-458d-9439-aaf6f3a32d89" alt="DataTalks.Club">
</p>

<p align="center">
<a href="https://datatalks.club/">DataTalks.Club</a> is a global online community of data enthusiasts. It's a place to discuss data, learn, share knowledge, ask and answer questions, and support each other.
</p>

<p align="center">
<a href="https://datatalks.club/">Website</a> •
<a href="https://datatalks.club/slack.html">Join Slack Community</a> •
<a href="https://us19.campaign-archive.com/home/?u=0d7822ab98152f5afc118c176&id=97178021aa">Newsletter</a> •
<a href="http://lu.ma/dtc-events">Upcoming Events</a> •
<a href="https://www.youtube.com/@DataTalksClub/featured">YouTube</a> •
<a href="https://github.com/DataTalksClub">GitHub</a> •
<a href="https://www.linkedin.com/company/datatalks-club/">LinkedIn</a> •
<a href="https://x.com/DataTalksClub">X</a>
</p>

All the activity at DataTalks.Club mainly happens on [Slack](https://datatalks.club/slack.html). We post updates there and discuss different aspects of data, career questions, and more.

At DataTalks.Club, we organize online events, community activities, and free courses. You can learn more about what we do at [DataTalks.Club docs](https://datatalks.club/docs/general/).

---

## About Collider.club

This card belongs to the curated knowledge base of **[Collider.club](https://collider.club)** — a closed
business club for entrepreneurs, engineers, investors and domain experts building projects for
international markets. Members work across DeFi, AI/ML, FinTech, Web3, banking, hardware and venture
capital, and the club runs closed sessions on high-margin niches with anonymous speakers.

- Club: <https://collider.club>
- Collection: Collider.club curated card library (`mdrss-card/v2`)
- Maintainer: Collider.club editorial team

## License

MIT License — Copyright (c) 2026 Collider.club.
Full text: [LICENSE](../../LICENSE) · <https://opensource.org/licenses/MIT>