/image_classifier

Image classification using tensorflow in flutter app.

Primary LanguageDart

Image Classifier

It's a image classification in flutter using tensorflow.

For tensorflow, you have to apply this tflite plugin.

Here I make four different image classification:

  1. CAT vs DOG.
  2. Gender classification.
  3. Flower classification.
  4. Fruits classification.

Follow the instructions as per tflite plugin. All tflite model inside the assets folder.

Screenshots