- Collect Face Data
- Build Face Classifier
- Detecte the face
- Detecte the mask
1 : Install the requirements .
$ py -m pip install --user virtualenv
To create a virtual environment, go to your project’s directory and run venv.
$ py -m venv env
$ .\env\Scripts\activate
$ pip install -r requirements.txt
2 : Run The App
$ python app-gui.py
Add the user you want to train a classifier for
![page1]
Capture Data From the face then train the classifier
A webcam window will popup and start recognition proccess
Made By ❤ : Saksham Raghuvanshi, Harshit Bhatnagar, Samarth Yadav, Hitesh Jain