An attendance management system using face recognition
Steps:-
- Clone this repository using git clone command: sudo git clone https://github.com/SUN3107/Attendance_Management_Using_Face_Recognition.git
- Go to the project directory
- Create python virtual environment: python3 -m venv /path/of/directory
- Install dependancies from requirements.txt: pip install -r requirements.txt
- Delete the Txt file in face_data folder(face_data folder should be empty)
- run: python3 main.py
- to run specific pages: python3 Student_details.py python3 attendance.py
Updates:-
- Changed showing only Present. Now attendance.csv file stores both Arrival and Departure time of the student.