Skip to content

This repository contains a demonstration of face recognition and its other related function using the face_recognition library functions.

License

Notifications You must be signed in to change notification settings

digamjain/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition

This repository contains a demonstration of face recognition and its other related function using the face_recognition library functions.

How To Use

To install all the required libraries for the project to run

pip install -r requirements.txt

In the root directory. After the modules have been installed you can run the project by using python

Facial_Reco.py

Or you can use jupyter notebook to run various cells in the file

Facial_Reco.ipynb

Requirements

This requires two directories named "known faces" and "unknown faces". Inside the known faces directory it can be empty or can contain various further directories named after the person it contains the picture of and inside the unknown faces directory various random pictures of people to test the project.

About

This repository contains a demonstration of face recognition and its other related function using the face_recognition library functions.

Topics

Resources

License

Stars

Watchers

Forks