Using BentoML
In this chapter, we will talk about BentoML, another popular tool for deploying ML models. BentoML helps to continuously deploy ML models, and monitors and provides prediction APIs. Throughout this chapter, we will learn about the basic key concepts of BentoML and then see an end-to-end example of deploying a model using BentoML.
At a high level, we are going to cover the following main topics in this chapter:
- Introducing BentoML
- Using BentoML to serve a model