Skip to main content
bentoml
GitHub creator profile

bentoml

Repository-level view of 5 collected skills across 1 GitHub repositories.

skills collected
5
repositories
1
updated
Aug 28, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

bentoml-create-bento
unclassified

Create a BentoML project: the `service.py` whose typed `@bentoml.api` methods become an HTTP API, plus its runtime image and a built Bento. Writes one from scratch, or converts existing code — a script, a notebook, a FastAPI/Flask app, an MLflow model, a…

Aug 28, 2026
bentoml-containerize
unclassified

Build a local BentoML project into a Bento, containerize it into an OCI/Docker image, smoke-test it locally, and push it to a container registry (Docker Hub, GHCR, ECR, private registry, kind/minikube local load, or ttl.sh). Use when the user asks to…

Aug 26, 2026
bentoml-deploy-scriptgen
unclassified

Generate a standalone, committable production deploy-script bundle (deploy/deploy.py + one config.yml — overrides only — from which the Kubernetes manifests are rendered) that builds, containerizes, pushes, deploys, and verifies a BentoML service without any…

Aug 26, 2026
bentoml-ec2-deploy
unclassified

Deploy a containerized BentoML service directly onto one or more plain AWS EC2 instances with Docker — no Kubernetes. Takes a pushed container image (built by the bentoml-containerize skill), either uses the user's existing instances over SSH or provisions a…

Aug 26, 2026
bentoml-k8s-deploy
unclassified

Deploy a containerized BentoML service to a vanilla Kubernetes cluster using plain kubectl manifests (no Helm, no operators, no BentoCloud/Yatai). Takes a pushed container image (from the bentoml-containerize skill), discovers the bento's service topology,…

Aug 26, 2026
Showing 1 of 1 repositories
All repositories loaded