https://github.com/shivang1179793/face-recognition-system
https://github.com/shivang1179793/face-recognition-system
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivang1179793/face-recognition-system
- Owner: Shivang1179793
- Created: 2025-01-15T18:20:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:52:49.000Z (9 months ago)
- Last Synced: 2025-03-22T02:13:53.802Z (7 months ago)
- Language: Python
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Face Detection and Recognition System 🧑🔍
## Features 🚀
- **Face Detection**: Utilizes Haar Cascade classifiers to detect faces within images. 🔎
- **Face Recognition**: Matches detected faces against a pre-established database to identify individuals. 👤
- **Annotation**: Labels recognized faces with rectangles and their corresponding names. 🏷️
- **Scalability**: Designed with future enhancements in mind, including video file processing. 📈
## Installation 💻
Ensure you have Python installed, and then set up the required libraries with the following commands:
```bash
pip install face_recognition opencv-python
```## Output 🖼️
The processed image will be stored as **detected.jpg** in the project's root directory, complete with labeled rectangles around each recognized face.
## Contributions 👐
Your contributions are welcome! If you have suggestions for improvements, please open an issue to kick off the discussion.
## Acknowledgments 👏
Props to Haar Cascades for the face detection capabilities.
Gratitude to the face_recognition library for simplifying facial recognition technology.
Kudos to opencv and matplotlib for their powerful image processing and visualization tools.
###
Do remember to star ⭐ the repository if you like what you see!