Demo application that uses TensorFlow Lite with Android and iOS to do image classification.
The application features:
- A Gauge Chart showing matches
- Taking photos with both front- and back-camera
- Sharing picture
- English and Japanese using the standard Flutter app localization library.
This github does not host the pre-trained Tensorflow Lite binaries. You can find the ones used here from tensorflow.org.
By default, you need to download below assets and put them into the /assets folder:
- mobilenet_v1_1.0_224.txt
- mobilenet_v1_1.0_224.tflite However, the code does not explicitly use the assets. You can easily replace the file with any model you trained yourself. Note that you need to update the pubspec.yaml file to bundle the assets.
To run the application, you can connect an external device or emulator and run main.dart against it.
You will need the additional command line argument --no-sound-null-safety
since this package depend on some libraries that do no support null safety.
For help getting started with Flutter, view below link: online documentation
- Krister S Jakobsson - Implementation - [email protected]
This project is licensed under the Boost License - see the license file for details