This project provides a simple Python face recognizer for teaching purposes.
pip install -r requirements.txt
pip install -e .
In order to use this library, you need to create a "faces library" folder.
Your faces library folder needs to contain 1 folder per person. Each subfolder of the faces library needs to be named after a person's name and to contain pictures of this person's face (png or jpg).
Check the examples folder to find code examples.
Source Code: https://github.com/MarcDillar/python-face-recognition
The project is licensed under the MIT license.