Technical requirements
In this chapter, we will use the TensorFlow library in addition to the libraries we have used before. We will be using the TensorFlow Lite converter to convert the large model to a smaller model. You should have Postman or another REST API client installed in order to send API calls and see the responses. All the code for this chapter is provided at https://github.com/PacktPublishing/Machine-Learning-Model-Serving-Patterns-and-Best-Practices/tree/main/Chapter%208.
If you get ModuleNotFoundError while trying to import any library, then you should install that module using pip3 install <module_name>. To find the exact versions of different modules, please look at the requirements.txt file in the repository.