Face Mash Detection is the Machine Learning Model that recognize weather the person is wearing the mask or not
- Python3 and above
- Working Webcam
pip install -r requirements.txt
- Load your favourite database into mask and no-mask folders accordingly
- Run MaskDetection[DATA CLEANING] as mentioned below
- Run MaskDetection[TRAINING] as mentioned below
- Video stream will pop up where it fulfills the objective
python MaskDetection[DATA CLEANING].py
python MaskDetection[TRAINING].py
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.