Technical requirements
This chapter does not require you to follow along with any hands-on exercises. However, there are some examples used from the BentoML official site: https://docs.bentoml.org/en/latest/tutorial.html.
If you want to try those examples on your local machine, please feel free to install a local version of BentoML following the simple installation instructions here: https://docs.bentoml.org/en/latest/installation.html.
Basically, you need to install BentoML like other Python packages using the following command:
pip install bentoml
Feel free to follow the quick get-started link to understand the steps involved in model serving, which are highlighted in a later section in this chapter.