Skip to content

Emmarex/AThousandWaysToDeployModels---tflite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.