Lobe AI with flutter

A new TensorFlow lite flutter application with support for android and IOS.

Getting Started

This project is a starting point for a Flutter application with Lobe AI implementation.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Implementing your model

Export your model from Lobe as a TensorFlow Lite model and then import the following files to the assest folder (replacing the placeholder files)

  • labels.txt
  • saved_model.tflite
  • signature.json

Build and deploy to phone or emulator.