Summary
In this chapter, we covered how to integrate TF and PyTorch models into iOS and Android apps. We started the chapter by describing necessary conversions from a TF model to the TF Lite model and from a PyTorch model to the TorchScript model. Next, we provided complete examples for loading TF Lite and TorchScript models and running inference using the loaded models on iOS and Android.
In the next chapter, we will learn how to keep our eyes on the deployed models. We will look at a set of tools developed for model monitoring and describe how to efficiently monitor models deployed on Amazon Elastic Kubernetes Service (Amazon EKS) and Amazon SageMaker.