Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 802 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 802 Bytes

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.