Abstract: Drowsiness among students negatively impacts focus, productivity, and well-being. Prolonged fatigue and poor posture reduce cognitive function, leading to lower academic performance and ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
Face-Attendance/ │ ├── app.py # Main Flask application ├── utils.py # Face detection and capture functions ├── train_model.py # Model training (KNN) ├── attendance.csv # Attendance records ├── ...
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 ...