Skip to content

mszczodrak/temp_tflite_flutter

 
 

Repository files navigation

On-Device ML using Flutter and TensorFlow Lite

This is a companion repo for the Medium tutorial on On-Device ML in Flutter with Tensorflow Lite, where we build a Flutter app that consumes a pre-trained model trained in Google Colab, and loaded onto a Flutter app for an on-device ML experience. The trained model converts a supplied Celsius degree into Fahrenheit.

###Medium Article Links:###

This is the schematics of what we accomplished in this Flutter app:

This is what you should expect at the end of the project:

  • Provided Google Colab Notebook here

  • Already trained Tensorflow Lite ML model available in the assets/models/ folder; filename modelc2f.tflite.

Please don't forget to follow me on social media:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 30.5%
  • CMake 25.2%
  • Jupyter Notebook 20.7%
  • Dart 12.6%
  • Ruby 3.8%
  • HTML 2.5%
  • Other 4.7%