Skip to content

LMML-Team/FaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognition

This is a student group project for MIT Beaver Works Summer Institute 2017: Cognitive Assistant Collaboration.

The project is designed to detect a face and, with user input, save photos to a database of facial descriptors. This project can also categorize unlabeled, unsorted photos from a given directory

Setup

Install these packages and follow the instructions as stated: Camera Dlib Models Scikit Image

Clone this repository. Open the folder of the cloned repository in Command Prompt. Enter this command:

python setup.py develop

Database

To import this package, there must be at least one face descriptor in the database (stored in face_data.pickle). The face_data.pickle file that comes with this package has a number of faces already stored; however if you wish to use your own photos and delete the face_data.pickle file instead of using the clear_database function (as is the preferred method), to avoid any errors upon importing, comment out the following lines from the top of config.py:

with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), "face_data.pickle"), 'rb') as f:
    face_data = pickle.load(f)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages