April 2020
Intermediate to advanced
380 pages
9h 24m
English
Now, let's add functionality for the second choice of the user—that is, analyzing the chosen image using a TensorFlow Lite model. Here, we will be using our previously created TensorFlow Lite model. The following steps discuss in detail how to use an on-device TensorFlow Lite model:
dev_dependencies:flutter_test: sdk: flutterimage_picker: ^0.6.0//Adding tflite dependencytflite: ^0.0.5
aaptOptions { noCompress 'tflite' noCompress 'lite' }
The preceding code snippet makes sure ...
Read now
Unlock full access