Hands-on Practical: Package and Deploy a Model as a Docker Container
Was this section helpful?
Dockerfile reference, Docker, 2023 - Official documentation detailing Dockerfile instructions and best practices for building Docker images, crucial for containerizing applications.
Flask Documentation, Pallets, 2023 - The official guide to the Flask web framework, essential for creating Python-based web services and REST APIs to serve machine learning models.
Introducing MLOps: How to go from model to production, Mark Treveil, Nicolas Omont, Aurélien Simon, Andreas Schuderer, Hannes Hapke, Noah Gift, and David Noël, 2020 (O'Reilly Media) - A comprehensive book covering the principles and practices of MLOps, including strategies for deploying machine learning models using containerization.
Model persistence, scikit-learn developers, 2023 - Official documentation explaining how to save and load scikit-learn models using joblib or pickle, which is fundamental for model deployment.