A deep learning-based solution for face recognition that works with people wearing masks.
- Face detection with mask support
- Face recognition with/without masks
- Real-time processing capability
- Easy-to-use interface
- Python 3.7+
- OpenCV
- TensorFlow 2.x
- NumPy
- dlib
- Clone the repository:
git clone https://github.com/AI4SECLab/face_mask_recognition.git
cd face_mask_recognition- Install dependencies:
pip install -r requirements.txt- To train the model:
python mask_train.py- To run face recognition:
python mask_detection.py- To run the web detection
cd web
python .\manage.py runserver 5000Contributions are welcome! Please feel free to submit a Pull Request.






