This desktop application allows users to detect water leaks in real-time or from uploaded videos using the YOLO11 deep learning model. The application is built with PyQt5 for the user interface and integrates with OpenCV for video processing. The application enables water leak detection either by using a webcam feed or by uploading a video file.
Features
Real-time Water Leak Detection: Use your webcam to detect water leaks in real-time.
Video File Upload: Upload pre-recorded videos to detect water leaks.
YOLO11 Model Integration: Leverages the YOLO11 model to detect water leaks.
Custom UI: A clean and simple interface using PyQt5.
Bounding Box Visualization: Shows bounding boxes around detected leaks in the video stream.
This is a desktop application that detects water leaks in videos or real-time webcam feed using the YOLO11 model. The application allows users to upload a vide…