An image classification app created using Flutter and TensorFlow Lite. Packages used include imagepicker and tflite with the SSD MobileNet model.
Download Android Studio, Visual Studio Code, IntelliJ, or another compiler capable of running Flutter and the Flutter sdk. Connect an Android device or emulator and run the app.
Choose either between taking a picture with the camera or selecting an image from the gallery.
Allow the app to access your gallery or camera.
After selecting/taking the image, preview the image to be classified. Choose either to classify the image or select another one, routing you back to the Choose Image page.
See the classifications generated by the SSD MobileNet model and Tflite.