This project is a simple face recognition system implemented in Python using OpenCV and face recognition libraries. It identifies faces from images or live video streams.
face_recog.ipynb- Main Jupyter notebook with code and explanationsrequirements.txt- List of dependencies.gitignore- Files/folders to exclude from GitLICENSE- License details for open-source usage
git clone https://github.com/your-username/face_recog.git
cd face_recogpip install -r requirements.txtOpen face_recog.ipynb in Jupyter Notebook or any IDE that supports .ipynb files.
See requirements.txt
Distributed under the MIT License. See LICENSE for more information.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Face detection from static images
- Real-time face recognition via webcam