Skip to content

An automated attendance system which works on video feed from the classroom.

Notifications You must be signed in to change notification settings

arj-zixxy/YouWho

 
 

Repository files navigation

YouWho

An automated attendance system which works on video feed from the classroom.

How To Run ?
1. clone it on to your computer 
2. make a separate python virtual environment or use the default one already installed on your machine
3. Download this file
4. put it inside \Attendance-System-Using-Face-Recognition\face_recognition_data directory
5. run pip install -r requirements.txt inside \Attendance-System-Using-Face-Recognition directory
6. Run python manage.py runserver inside \Attendance-System-Using-Face-Recognition directory to run the project
7. by default the admin password should be set to 'echidna123' and the username is admin.
8. the admin has been abled to change the password using the command:
 		python manage.py changepassword admin

-and Voila!

About

An automated attendance system which works on video feed from the classroom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.2%
  • Python 42.8%