Posts

Showing posts from June, 2025

Model Deployment in a MLOps Workflow: The Various Ways

In MLOps pipelines, deployment is the pivotal phase where machine learning models transform from development artifacts into production-ready assets. The MLOps Zoomcamp Module 4: Deployment outlines three primary deployment strategies: 1. Web-services: Flask + Docker 🐍 Flask app loads model artifacts  from local disk or cloud storage Containerization ensures  identical environments across dev/prod Key Course Tool : Docker for dependency isolation

My Tryst with Out of Memory (OOM) Error: Taming High-Volume ML Pipelines on Limited Hardware

Image
  How I Fixed Memory Bloat in a Prefect-Orchestrated Workflow Without RAM Upgrades