Steps for Installation

These steps assume you have python installed. Please donwload python here. Next, install pip which you will use

  1. Install Face_Recognition
  • run: pip install face_recognition
  1. Install OpenCv-Python
  • run: pip install opencv-python
  1. Install numpy
  • run: pip install numpy
  1. Install dlib
  • run: pip install dlib
  1. Add students photos in the photos folder
  • these should be saved as 'firstName_lastName.jpg'
  1. Run python3 student_recog.py to run the attendance system

  2. Attendance will be recorded in the Attendance.csv file

Check weblink here