← Back to curriculum

Module 7 — CV production & deployment

Welcome to Module 7

From notebook to production, latency vs accuracy trade-offs, and what a deployable vision pipeline needs beyond mAP.

~25 min read + exercises

Welcome to Module 7 — CV production & deployment

Before we begin

You can train a model in a notebook. Production means reliable latency, monitoring, and updates when the world changes.

Module 7 covers serving, edge optimization, drift, and a deployed inference API project.


What Module 7 covers

LessonTopic
1Model serving for vision
2Edge deployment & optimization
3Monitoring, drift & retraining
Quiz15 MCQs
ProjectVision inference API

Prerequisites: Module 3 classifier project (ONNX export helpful). Module 4 detector optional.


What's next

Lesson 1 — Model serving for vision