Posts

Showing posts from July, 2023

Face_Detection_Attendance_System_using_CV2

Image
Whole Source Code With database files Face Detection Attendance System using CV2 Python Tkinter Requirements of Project installation VS code- any version MySQL Python 3.9 ------------------------------------------------------------------------- Get Full Souce Code at the end of this article -------------------------------------------------------------------------- Setting up Libraries- Go to terminal and download the dlib library- pip install dlib Face recognition library- pip install face recognition install openCV- pip install opencv Install numpy- pip install numpy Install Cmake- pip install cmake -------------------------------------------------------------------------- Each teacher can login through his/her login ID and Password. Then he/she can chose an option to see existing attendance record of particular Branch, Year & Subject combination by selecting them. To update the record of a particular subject, the teacher have to upload the image of the whole class and select the ...