Spooke/Login_System_using_Facial_Recognition
0
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
- Create the same folders while testing or download entire project
- Run Readface.py to take some images of user for login, It asks for Name and Id in console
- Run Train.py, this will train all images taken and put in TrainData Folder
- 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> ✔✔✔✔✔✔✔✔✔
