bentoml-model-packager

Solid

BentoML skill for model packaging, serving, and containerization.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# bentoml-model-packager ## Overview BentoML skill for model packaging, serving, and containerization with support for multiple ML frameworks. ## Capabilities - Bento creation and versioning - Multi-framework model support (sklearn, PyTorch, TensorFlow, etc.) - API endpoint definition with validation - Docker containerization - Kubernetes deployment YAML generation - Adaptive batching configuration - Model signatures and runners - Service composition ## Target Processes - Model Deployment Pipeline with Canary Release - Model Training Pipeline - ML System Integration Testing ## Tools and Libraries - BentoML - Docker - Kubernetes ## Input Schema ```json { "type": "object", "required": ["action"], "properties": { "action": { "type": "string", "enum": ["save", "build", "serve", "containerize", "push", "list"], "description": "BentoML action to perform" }, "modelConfig": { "type": "object", "properties": { "name": { "type": "string" }, "framework": { "type": "string" }, "modelPath": { "type": "string" }, "signatures": { "type": "object" } } }, "serviceConfig": { "type": "object", "properties": { "servicePath": { "type": "string" }, "port": { "type": "integer" }, "workers": { "type": "integer" }, "batchConfig": { "type": "object", "properties": { "maxBatchSize": { "type": "integer" }, "maxLate...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

seldon-model-deployer

Seldon Core deployment skill for model serving, A/B testing, and canary deployments on Kubernetes.

1,160 Updated today
a5c-ai
Data & Documents Solid

kubeflow-pipeline-executor

Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.

1,160 Updated today
a5c-ai
AI & Automation Solid

senior-ml-engineer

ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when the user asks about deploying ML models to production, setting up MLOps infrastructure (MLflow, Kubeflow, Kubernetes, Docker), monitoring model performance or drift, building RAG pipelines, or integrating LLM APIs with retry logic and cost controls. Focused on production and operational concerns rather than model research or initial training.

16,782 Updated 3 days ago
alirezarezvani
AI & Automation Listed

senior-ml-engineer

ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when the user asks about deploying ML models to production, setting up MLOps infrastructure (MLflow, Kubeflow, Kubernetes, Docker), monitoring model performance or drift, building RAG pipelines, or integrating LLM APIs with retry logic and cost controls. Focused on production and operational concerns rather than model research or initial training.

2 Updated 2 days ago
mdnaimul22
AI & Automation Solid

model-export-helper

Assist with model export helper operations. Auto-activating skill for ML Deployment. Triggers on: model export helper, model export helper Part of the ML Deployment skill category. Use when working with model export helper functionality. Trigger with phrases like "model export helper", "model helper", "model".

2,274 Updated today
jeremylongshore