Skip to content

πŸŽ₯ Real-time face recognition with voice alerts πŸ”Š! Detect and identify faces πŸ‘€ from a live camera feed for enhanced security.

Notifications You must be signed in to change notification settings

Alone-Incarnate/FaceRecog_VoiceAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘€ Face Recognition System with Voice Alert πŸ”Š

Welcome to the Face Recognition System with Voice Alert! This application utilizes the power of facial recognition technology to identify individuals in real-time. When a recognized face is detected from a predefined list, the system provides a voice alert.

πŸ“Έ Features

  • Real-time Face Recognition: Detect and recognize faces using a webcam.
  • Voice Alerts: Get audio notifications when specific individuals are detected.
  • Easy Setup: Simply add images of individuals to the training directory.

βš™οΈ Getting Started

Prerequisites

Before you begin, ensure you have the following libraries installed:

  • face_recognition
  • opencv-python
  • numpy
  • pyttsx3

Installation

  1. Clone the repository or download the code.
  2. Install the required libraries using your preferred package manager.

πŸ“‚ Data Preparation

  • Place images of known individuals in the train directory. The application will use these images to learn and recognize faces.

πŸ–ΌοΈ Usage

  1. Run the application.
  2. Allow the webcam to capture video.
  3. The application will continuously recognize faces and provide voice alerts for individuals on the predefined list.

πŸ€– How It Works

  • The application uses the face_recognition library to detect and encode faces.
  • When a face is detected, it compares the encoding with known encodings to identify the individual.
  • If a recognized individual is found in the specified list, a voice alert is triggered.

πŸ“ Acknowledgments

  • Special thanks to face_recognition for the powerful facial recognition capabilities.
  • Thanks to OpenCV for providing robust image processing functionalities.
  • Appreciation for pyttsx3 for enabling voice alerts.

Happy recognizing! 🎊

About

πŸŽ₯ Real-time face recognition with voice alerts πŸ”Š! Detect and identify faces πŸ‘€ from a live camera feed for enhanced security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages