face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
Cracks are among the earliest and most critical signs of structural deterioration. Identifying them accurately is essential for preventive maintenance and structural health monitoring. Traditional ...
Let's make a real-time Facial Landmark Detection using OpenCV, Python, and Mediapipe API. It detects 468 facial landmarks in real time. Facial Landmark Detection is used for AR (Augmented Reality) ...
OpenCV is a set of libs written in C++ and the compiled into platform-native lib format: *.dll - for Windows, or *.dylib - for Linux / Mac OS. They can be accessed from Java via Java wrapper included ...
Abstract: Recent public safety issues have given way to the demand for advanced real-time weapon detection systems in schools, public gatherings, and especially in the aviation sector. This project ...
Interview Coder is an AI-powered tool designed to help job seekers in their interviews. It provides real-time assistance during a technical interview. It also suggests improvements in the code to help ...