Skip to content

Phát hiện khuôn mặt người có đeo khẩu trang

Notifications You must be signed in to change notification settings

AI4SECLab/face_mask_recognition

Repository files navigation

Face Recognition with Masks

A deep learning-based solution for face recognition that works with people wearing masks.

Features

  • Face detection with mask support
  • Face recognition with/without masks
  • Real-time processing capability
  • Easy-to-use interface

Requirements

  • Python 3.7+
  • OpenCV
  • TensorFlow 2.x
  • NumPy
  • dlib

Installation

  1. Clone the repository:
git clone https://github.com/AI4SECLab/face_mask_recognition.git
cd face_mask_recognition
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. To train the model:
python mask_train.py
  1. To run face recognition:
python mask_detection.py
  1. To run the web detection
cd web
python .\manage.py runserver 5000

Web Demo Interface

image

image

image

image

image

image

image

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

Phát hiện khuôn mặt người có đeo khẩu trang

Resources

Stars

Watchers

Forks

Packages

No packages published