cortexuvula / flutter-lobe-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Dart 89.0%Language:Swift 7.8%Language:Kotlin 2.4%Language:Objective-C 0.7%