face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
Abstract: Improving behavioral analytics, surveillance, and human-computer interaction all depend on accurate facial analysis. This paper introduces a Real-Time Deep Recognizer that uses a K-Nearest ...
A real-time face recognition-based attendance system built with Flask, OpenCV, and face_recognition. This project enables automatic attendance marking, user management, live monitoring, and ...
Abstract: Forensic sketching is crucial in criminal investigations, helping law enforcement identify suspects based on witness descriptions. However, traditional methods rely on skilled artists and ...