Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 788 Bytes

File metadata and controls

15 lines (13 loc) · 788 Bytes

Attendance_Management_Using_Face_Recognition

An attendance management system using face recognition

Steps:-

  1. Clone this repository using git clone command: sudo git clone https://github.com/SUN3107/Attendance_Management_Using_Face_Recognition.git
  2. Go to the project directory
  3. Create python virtual environment: python3 -m venv /path/of/directory
  4. Install dependancies from requirements.txt: pip install -r requirements.txt
  5. Delete the Txt file in face_data folder(face_data folder should be empty)
  6. run: python3 main.py
  7. to run specific pages: python3 Student_details.py python3 attendance.py

Updates:-

  1. Changed showing only Present. Now attendance.csv file stores both Arrival and Departure time of the student.