CoolFace
Apppublic

isaoselmisdev/Falldetection

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

FallDetection - Real-Time Fall Detection

This project implements a real-time fall detection system using a YOLO-based object detection model. The system is designed to work on Hugging Face Spaces with Docker and Gradio for an interactive user experience.

๐Ÿš€ What It Does

  • โ€”Accepts a .mp4 video file as input.
  • โ€”Detects falls in real-time using the YOLO model (best.pt).
  • โ€”Identifies and labels different states such as:
  • โ€”Falling
  • โ€”Sitting
  • โ€”Confirmed Fallen
  • โ€”Outputs a processed video with bounding boxes and labels indicating the detected status.

๐Ÿ› ๏ธ Technologies Used

  • โ€”Gradio: For creating an easy-to-use web interface.
  • โ€”YOLO (Ultralytics): For detecting and classifying fall-related activities.
  • โ€”OpenCV: For processing video frames and generating the output.
  • โ€”Docker: For deploying the app on Hugging Face Spaces.