Skip to content

Tflite model implementation in flutter to detect the cats and dogs.

Notifications You must be signed in to change notification settings

offfahad/cat-and-dog-detector-app-flutter

Repository files navigation

Cat and Dog Detector App Flutter

  • This application used the tensorflow lite model kit to detect the dogs and cats.
  • CNN classification model kit is made by using Teachable Machaine Website.
  • Tflite package is used to load the model.
  • User can select pcitures from gallary or camera.
  • The predicted label of the model will be shown to user in text widget.

UI Design

1 2 3