Skip to content

MarcDillar/python-face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Face Recognizer

This project provides a simple Python face recognizer for teaching purposes.

Installation

pip install -r requirements.txt
pip install -e .

How to use this library?

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.

Contribute

Source Code: https://github.com/MarcDillar/python-face-recognition

License

The project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published