A Flutter project to use a custom TensorFlow Lite model in ML Kit.
This demo app uses google_mlkit_image_labeling and google_mlkit_object_detection to label and detect objects in a given image from the Flutter assets
folder.
To learn more about these plugins go:
For a more complex demo app using the camera plugin or the image_picker plugin go here.