Technical requirements
In this chapter, we will go through some programming examples. To run these programming examples, you need to have a Python IDE setup. You can use Anaconda, PyCharm, or any other IDE you prefer:
- Anaconda download link: https://www.anaconda.com/products/distribution
- PyCharm download link: https://www.jetbrains.com/pycharm/download/
You can see the example code from this chapter and write it manually by yourself, or you can directly clone it from GitHub: https://github.com/PacktPublishing/Machine-Learning-Model-Serving-Patterns-and-Best-Practices.
This GitHub repository contains all the code organized by chapters. The code for Chapter 3 is present here: https://github.com/PacktPublishing/Machine-Learning-Model-Serving-Patterns-and-Best-Practices/tree/main/Chapter%203.