Once we have trained a model, we will be able to export it so that it can be used on a device. We can use the APIs if we want to, but to make fast classifications and to be able to do this offline, we will add the models to the app packages. Export and download the CoreML model and the TensorFlow model, as shown in the following screenshot:
For TensorFlow, we can use a different type of model. For this project, we will use TensorFlow Lite, as illustrated in the following screenshot: