An open API service indexing awesome lists of open source software.

https://github.com/champ96k/face-mask-detection-using-tensorflow-lite-image-classification

Face mask detection system using Tensorflow Lite.
https://github.com/champ96k/face-mask-detection-using-tensorflow-lite-image-classification

flutter tensorflowlite

Last synced: about 1 month ago
JSON representation

Face mask detection system using Tensorflow Lite.

Awesome Lists containing this project

README

          

### Face Mask Detection :
Face Mask Detection system built with Flutter, TensorFlow using Deep Learning and Computer Vision concepts in order to detect face masks using images

![](Screenshot/pic102.jpg)

### πŸ˜‡ Motivation
In the present scenario due to Covid-19, there is no efficient face mask detection applications which are now in high demand for transportation means, densely populated areas, residential districts, large-scale manufacturers and other enterprises to ensure safety. Also, the absence of large datasets of β€˜with_mask’ images has made this task more cumbersome and challenging.

### Screenshot

With Mask | Without Mask
:-------------------------:|:-------------------------:
![](Screenshot/pic1.jpeg) | ![](Screenshot/pic2.jpeg)

### Teachable Machine [Link](https://teachablemachine.withgoogle.com/)

Train a computer to recognize your own images, sounds, & poses.
A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or coding required.

### πŸ“ Dataset
The dataset used can be downloaded here - [Click to Download](https://www.kaggle.com/sumansid/facemask-dataset)

##### This dataset consists of 2500+ images belonging to two classes:
- with_mask: 1000+ images
- without_mask: 1500+ images


##### The images used were real images of faces wearing masks. The images were collected from the following sources:
- Kaggle datasets

### Wanna Contribute? πŸš€
You can contribute by doing one of the following:
- Starring the repository ⭐
- Forking the repository 🍴
- Creating an Issue ❌
- Creating a Pull Request βœ”

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.