Link to the hosted live website : https://facerecognitionengage.herokuapp.com/
Steps to execute the code and view the website locally :
-
Clone the Repository
git clone https://github.com/Sanyammehta23/Face_recognition_attendance_system.git
-
Move to the project directory(If you are not in the project directory)
cd face_recognition_attendance_system
-
Install the requirement mentioned in the document named requirements.txt using the command
Pip install -r requirements.txt
-
Run the server
python manage.py runserver
-
Now, the website will be live at the local host http://127.0.0.1:8000/