Spooke/Login_System_using_Facial_Recognition
0
1# Face-Login2Face login using Open CV Python3 4This folder contains all the code and folders as well as files required to run this project5 6## Prerequisites7Numpy </br>8OpenCV </br>9Pillow </br>10Pandas11 12### Installation13 14You can choose to install any environment either system, pipenv, anaconda etc </br>15I used Visual Code and Python 3.6 and installed these using pip(Google gives more on this)16 17pip install opencv-python18pip install opencv-contrib-python19 20pip install pillow21 22pip install pandas23 24pip install numpy25 26## Running the test for Face login27 281. Create the same folders while testing or download entire project292. Run Readface.py to take some images of user for login, It asks for Name and Id in console 303. Run Train.py, this will train all images taken and put in TrainData Folder314. Run Detectface.py to detect the face and Login, Console shows the login messages32 33Finally Face login is Successful and Unknow faces tried to login are stored in UnkownFaces folder </br>34✔✔✔✔✔✔✔✔✔35 