File size: 1,009 Bytes
f13361b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Face-Login
Face login using Open CV Python

This folder contains all the code and folders as well as files required to run this project

## Prerequisites
Numpy </br>
OpenCV </br>
Pillow </br>
Pandas

### Installation

You can choose to install any environment either system, pipenv, anaconda etc </br>
I used Visual Code and Python 3.6 and installed these using pip(Google gives more on this)

pip install opencv-python
pip install opencv-contrib-python

pip install pillow

pip install pandas

pip install numpy

## Running the test for Face login

1. Create the same folders while testing or download entire project
2. Run Readface.py to take some images of user for login, It asks for Name and Id in console 
3. Run Train.py, this will train all images taken and put in TrainData Folder
4. Run Detectface.py to detect the face and Login, Console shows the login messages

Finally Face login is Successful and Unknow faces tried to login are stored in UnkownFaces folder </br>
βœ”βœ”βœ”βœ”βœ”βœ”βœ”βœ”βœ”