model-deployment

Installation
SKILL.md

ML Model Deployment

Deploy trained models to production with proper serving and monitoring.

Deployment Options

Method Use Case Latency
REST API Web services Medium
Batch Large-scale processing N/A
Streaming Real-time Low
Edge On-device Very low

FastAPI Model Server

from fastapi import FastAPI
from pydantic import BaseModel
import joblib
Related skills

More from secondsky/claude-skills

Installs
166
GitHub Stars
143
First Seen
Jan 25, 2026