Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 772 Bytes

File metadata and controls

9 lines (6 loc) · 772 Bytes

A thousand ways to deploy Machine Learning Model - Deploying Machine Learning Models on Mobile with Tensorflow Lite and Firebase ML Kit

Repo contains code from my article on https://dev.to/emmarex/deploying-machine-learning-models-on-mobile-with-tensorflow-lite-and-firebase-m-l-kit-4647

Packages used

  • mlkit: A Flutter plugin to use the Firebase ML Kit.
  • image_picker: A Flutter plugin for iOS and Android for picking images from the image library, and taking new pictures with the camera.
  • toast (Optional): A Flutter Toast plugin.