Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 855 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 855 Bytes

Face Mask Detection

Face Mash Detection is the Machine Learning Model that recognize weather the person is wearing the mask or not

Prerequisites

  • Python3 and above
  • Working Webcam

Installation

pip install -r requirements.txt

Steps

  1. Load your favourite database into mask and no-mask folders accordingly
  2. Run MaskDetection[DATA CLEANING] as mentioned below
  3. Run MaskDetection[TRAINING] as mentioned below
  4. Video stream will pop up where it fulfills the objective

Usage

python MaskDetection[DATA CLEANING].py
python MaskDetection[TRAINING].py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT