Skip to content

A machine learning solution to detect mask wearing and face touch

Notifications You must be signed in to change notification settings

GiacintoCarlucci/mask-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Pandemic Mask Detector

Using Machine Learning to detect mask wearing via webcam

Table of contents

General info

This is a simple machine learning project to learn the basics of tensorflow.js, ml5.js, p5.js and how to combine them to make predictions based on a trained model.

The model is trained with Google Teacheable Machine using a selection of a larger dataset with:

  • 256 images of portraits of people with masks
  • 256 portraits of people without masks

you can check the online demo on my website

Technologies

Project is created with:

  • HTML
  • CSS
  • JavaScript
    • tensorflow.js
    • ml5.js
    • p5.js

Launch

You just need to run a localhost server in the root directory of the project. It can be done using python: python3 -m http.server

Then a localhost server will be run at localhost:8000 in your browser.

Example of use

Will provide images and examples asap.

About

A machine learning solution to detect mask wearing and face touch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published