This application can detect known and unknown person and enties that persons name with time in both csv file and also "Registered Resident" page
In this project dlib library is used which only runs on python 3.6.8 . Functional web caemra is needed to detect known/ unknown faces
Install Python (version 3.6.8)
Go to the project directory
Copy this following lines then paste on powershell and run it-
------------
pip install Django==3.1.1
pip install dlib==19.8.1
pip install face-recognition==1.3.0
pip install face-recognition-models==0.3.0
pip install numpy==1.19.4
pip install opencv-python==4.4.0.46
pip install Pillow==8.0.1
------------
#To lauch the website in local host, write these following lines on powershell (on project directory)- python manage.py runserver
#Then go to following url on your web browser- http://127.0.0.1:8000/
By default id and pass is for admin login- UserName: amir9995 pass: 018340.abcA That's it