Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.01 KB

File metadata and controls

25 lines (13 loc) · 1.01 KB

tensorflow_image_classification_gci

An image classification app created using Flutter and TensorFlow Lite. Packages used include imagepicker and tflite with the SSD MobileNet model.

Running the App

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.

Using the App

Choose Image Page

Choose either between taking a picture with the camera or selecting an image from the gallery.

Permissions

Allow the app to access your gallery or camera.

Preview Image

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.

Classification Page

See the classifications generated by the SSD MobileNet model and Tflite.