This chapter details how to deploy TensorFlow 2.0 (TF2.0) trained models on low-powered embedded systems, such as edge devices, mobile systems (such as Android, iOS, and Raspberry Pi), Edge TPUs, and the NVIDIA Jetson Nano. This chapter also covers training and deploying models on do-it-yourself kits, such as Google Artificial Intelligence Yourself (AIY) kits. Other topics this chapter covers are how to convert trained TensorFlow (TF) models into TensorFlow Lite (TFLite) models, the key differences between them, and the advantages of the two.
This chapter is slightly different than the previous chapters, in the sense that it is simply an introduction to a wider concern of TF2.0; that is, the areas of hardware and applications. This chapter outlines some of the most popular systems that can be used to run TF models and perform deep learning tasks...