What problem does it solve? Moving a trained ML model from a notebook into a reliable production service involves model optimization, serving infrastructure, scaling policies, and monitoring—work that is complex and error-prone when done ad hoc. This Skill provides structured ML engineering guidance for deploying, optimizing, and operating models in production. ## Core Features & Use Cases - Model Optimization: Quantization (FP16/INT8), pruning, knowledge distillation, and ONNX/TensorRT conversion to reduce latency and model size. - Serving Infrastructure: Builds real-time inference APIs (FastAPI/gRPC), batch prediction pipelines, load balancing, and Kubernetes-based auto-scaling. - Multi-Model & Edge Deployment: Model routing, A/B testing, canary releases, and compressed edge deployments for mobile and IoT devices. - Use Case: Deploy a fraud detection model as a real-time API—convert it to ONNX, wrap it in a FastAPI endpoint, deploy to Kubernetes with a horizontal pod autoscaler, and monitor P99 latency and throughput. ## Quick Start Ask the assistant to deploy your trained model as a real-time auto-scaling inference API with monitoring and performance targets.