Skip to content

This App can detect if a person is wearing mask or not using on-Device Machine Learning.

License

Notifications You must be signed in to change notification settings

SatYu26/Flutter-X-Mask_Recognition_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask-Detection-and-Recognition-using-Deep-Learning-Keras 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 Mask Training.ipynb file.

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

All app files are in the mlxflutter 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

Dataset

https://drive.google.com/drive/folders/1sAMaXPNetpzyNsWw1n5fOR5Rv-mMLglX?usp=sharing

Examples