0PricingLogin
MLOps Academy · Lesson

Save a Model to the Bento Store

Register a model artifact with BentoML.

Meet BentoML

BentoML is a Python framework that packages and serves models with batching and scaling built in, so you skip a lot of boilerplate. 🚀

Install It

Getting started takes one command. You install bentoml from pip just like any other Python package.

pip install bentoml

All lessons in this course

  1. Save a Model to the Bento Store
  2. Define a Service and Its API
  3. Enable Adaptive Micro-Batching
  4. Build a Bento and Containerize It
← Back to MLOps Academy