Skip to content

This App can detect 30+ types of Fruits and Veggies using on-Device Machine Learning

Notifications You must be signed in to change notification settings

yaashwardhan/On-Device-Machine-Learning-App-TensorfowLite-and-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Transfer-Learning-App-TensorfowLite-and-Flutter


  1. Built and Trained a Convolutional Neural Network using Transfer Learning in Tensorflow and Keras inside of Jupyter Notebook.

The script is stored inside the pythonscripts.ipynb file.

  1. Converted and Exported it as a .tflite asset into a blank Flutter Project

All app files are in the transfer_learning_fruit_veggies folder.

  1. Finally, wrote a fully functional Flutter mobile app that uses plugins such as tflite and image_picker to use on-device machine learning and now is able to detect 30+ different types of fruits and vegetables, from either a photo taken in real time or an image selected from a camera roll with 97.76% training accuracy and 78.56% validation accuracy

Test this project out yourself, by cloning the repository into Visual Studio Code

alt text