Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killervardhan8/facevoicesec
A security system that combines facial and voice recognition technologies to enhance authentication processes. The project utilizes various Python libraries for image processing, speech recognition, text-to-speech, and email notifications.
https://github.com/killervardhan8/facevoicesec
Last synced: 29 days ago
JSON representation
A security system that combines facial and voice recognition technologies to enhance authentication processes. The project utilizes various Python libraries for image processing, speech recognition, text-to-speech, and email notifications.
- Host: GitHub
- URL: https://github.com/killervardhan8/facevoicesec
- Owner: KillerVardhan8
- Created: 2024-08-18T07:26:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:08:24.000Z (5 months ago)
- Last Synced: 2024-08-22T11:29:00.181Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceVoiceSec
## Project title : Facial and Voice Recognition Security SystemA security system that combines facial and voice recognition technologies to enhance authentication processes. The project utilizes various Python libraries for image processing, speech recognition, text-to-speech, and email notifications.
## Features
- Facial Recognition: Explanation of how the system detects and identifies faces.
- Voice Recognition: Description of the speech-to-text functionality for authentication.
- Text-to-Speech: Details on how the system provides spoken feedback and alerts.
- Email Notifications: Information about how the system sends security alerts via email.
- Multithreading: Brief mention of how tasks are managed concurrently for efficient operation.
## Overview of the key Python modules and libraries used in the project:
- face_recognition
- cv2 (OpenCV)
- numpy
- threading
- pygame
- os
- speech_recognition
- pyttsx3
- smtplib
- MIMEText, MIMEMultipart