Python Face Recognition is a robust and versatile tool that leverages cutting-edge computer vision techniques to detect, recognize, and analyze faces in images or video streams. This project incorporates powerful libraries like OpenCV, dlib, and face_recognition to deliver functionalities ranging from basic face detection to attendance tracking using face recognition.
Ensure Python 3.x is installed on your system. Additionally, install the following dependencies:
pip install opencv-python opencv-python-headless dlib face_recognition numpy
##Steps to Get Started
git clone https://github.com/your-repo/python-face-recognition.git cd python-face-recognition
Organize your known face images:
Run the respective Python script based on your use case:
python basic.py
python facerecog.py
Contributions are welcome! You can:
This project is open-source and available under the MIT License.