| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE | 2024-09-05 |
|
[dae188] Initial commit |
| README.md | 2024-12-06 |
|
[11be37] Update README.md |
| main.py | 2024-10-27 |
|
[93b2b1] Update main.py |
| registered_faces.pkl | 2024-11-23 |
|
[cfa520] Create registered_faces.pkl |
| requirements.txt | 2024-11-17 |
|
[cfb135] Create requirements.txt |
This is a advance Face recognition system by Adityasinh Sodha
This project implements a face recognition system using a webcam. It can recognize registered faces and display their details, while prompting for input when a new face is detected.
bash
git clone https://github.com/Adityasinh-Sodha/Face-Recognition-System
cd Face-Recognition-System Install required dependencies:
```bash
pip install opencv-python flask
pip install opencv-python-headless
sudo apt install libgl1-mesa-glx
pip install cmake
pip install face_recognition
pip install pillow
```
Run the face recognition script:
bash
python3 main.py
Install Visual Studio Build Tools
and download Desktop development with C++ (ONLY FOR WINDOWS 10/11)
Install python
and confiure pip
Open cmd and install required dependencies:
```bash
pip install opencv-python flask
pip install opencv-python-headless
pip install cmake
pip install face_recognition
pip install pillow
```
Run the command python main.py
Feel free to fork the repository and make improvements. Contributions are welcome!
This project is licensed under the MIT License.