Skip to content

JayanthSD2003/AMS-Attendance_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face based attendance system using python and openCV

forthebadge made-with-python
Python 3.11

VS Code Made with Anaconda Navigator

NumPy OpenCV-contrib-python OpenCV-python openpyxl pandas Pillow pyttsx3 Haar Cascade

Powered by ChatGPT

What steps you have to follow??

  • Download or clone my Repository to your device
  • type pip install -r requirements.txt in command prompt(this will install required package for project)
  • Create a TrainingImage folder in a project folder.
  • open attendance.py and automaticAttendance.py, change all the path accoriding to your system
  • Run attandance.py file

Project flow & explaination

  • After you run the project you have to register your face so that system can identify you, so click on register new student
  • After you click a small window will pop up in that you have to enter you ID and name and then click on Take Image button
  • After clicking Take Image button A camera window will pop up and it will detect your Face and take upto 50 Images(you can change the number of Image it can take) and stored in the folder named TrainingImage. more you give the image to system, the better it will perform while recognising the face.
  • Then you have to click on Train Image button, It will train the model and convert all the Image into numeric format so that computer can understand. we are training the image so that next time when we will show the same face to the computer it will easily identify the face.
  • It will take some time(depends on you system).
  • After training model click on Automatic Attendance ,you have to enter the subject name and then it can fill attendace by your face using our trained model.
  • it will create .csv file for every subject you enter and seperate every .csv file accoriding the subject
  • You can view the attendance after clicking View Attendance button. It will show record in tabular format.
  • check sheets in each window is a auto-generated csv file of respective data in respective path(you can see the csv file right away).

Screenshots-----

  • Home - AMS

    Home

  • Student Enrollment - AMS

    Student Enrollment

  • Face Capture - AMS

    Face Capture

  • Saving Face Data - AMS

    Saving Face Data

  • Face Data Training - AMS

    Face Data Training

  • Subject Attendance Filling - AMS

    Subject Attendance Filling

  • Subjecct Attendance Filling_sample - AMS

    Subject Attendance Filling_sample

  • Subject Attendance Filling_face-recognize - AMS

    Subject Attendance Filling_face-recognize

  • Subject Attendance Filling_success - AMS

    Subject Attendance Filling_success

  • Attendance Report Portal - AMS

    Attendance Report Portal

  • Attendance Report Portal_sample - AMS

    Attendance Report Portal_sample

  • Attendance Report - AMS

    Attendance Report

  • Screenshots folder link:

https://github.com/JayanthSD2003/AMS-Attendance_Management_System/tree/a817a7983151a3b7642ac04c06b51d7ecba33da6/Screenshots