An open API service indexing awesome lists of open source software.

https://github.com/shivang1179793/face-recognition-system


https://github.com/shivang1179793/face-recognition-system

Last synced: 3 months ago
JSON representation

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!