This project detects the usage of Personal Protective Equipment (PPE) such as helmets, vests, and masks in real-time using a deep learning model. It is optimized to run on NVIDIA GPUs using CUDA for acceleration.
- Real-time PPE detection ⚡
- Detects Helmet, Vest, and Mask ⛑
- Supports images, videos, and live webcam feeds 🎥
- CUDA-enabled for high-speed inference on NVIDIA GPUs 🚀
Screenshots 🖼
- Python 3.7+
- NVIDIA GPU with CUDA & cuDNN installed
- Python dependencies listed in requirements.txt
Install dependencies:
pip install -r requirements.txt
Make sure CUDA is installed and available:
import torch
print(torch.cuda.is_available()) # Should return True