🚨 A real-time AI-powered system to detect the "Signal for Help" gesture and report emergencies.
This project leverages AI, machine learning, and computer vision to detect the "Signal for Help" gesture in real-time video feeds. It identifies the gesture, detects faces, and reports incidents to authorities with precise location details.
- Real-time gesture recognition using a trained AI model with TensorFlow and Keras.
- Hand detection powered by Mediapipe and OpenCV.
- Location tracking via Google Maps API.
- Automated reporting using smtplib for email notifications.
- Data augmentation and preprocessing using scikit-learn and advanced image processing techniques.
- Clone the repository:
git clone https://github.com/ahmetger0934/Signal-for-Help-Detection.git
- Navigate to the project directory:
cd Signal-for-Help-Detection
- Install the required packages:
pip install -r requirements.txt
- Download the pre-trained model and place it in the models directory.
Usage