Class **Students** - firstName: string - lastName: string - registrationNo: string - Department: string **Encoding** - path: string - images: List - studentEncoding: Dataframe + findEncoding() **Face_Detection** - cap: Videocapture - img: imagesFile - currentFaceEncoding - currentFaceLocation - FaceDistance - matchIndex: minArgument(FaceDistance) **Attendance_marking** - markedStudents: List -
abilash2574/FaceRecognition_based_Attendance
An Attendance System based on Face Recognition, in this project we are trying to create a Face Recognition system that can take attendance using the result that we get from the program. We use python to program.
Python