A simple Flutter application that performs on-device image classification using TensorFlow Lite.
The app is Android only.
- Select an image and classify it locally on the device
- Offline inference using a quantized MobileNet TensorFlow Lite classification model
- Flutter (Dart)
- TensorFlow Lite
lib/— Flutter application source codeassets/— TensorFlow Lite model and label filesandroid/— Android configuration and build files
- Flutter SDK
- Android Studio
- Android device or emulator
Check your environment:
flutter doctorInstall Dependencies:
flutter pub getRun the App:
flutter run


