Can be downloaded using requirements.txt file( pip install -r requirements.txt )
- After run you need to give your face data to system so enter your ID and name in box than click on
Take Imagesbutton. - It will collect 100 images of your faces, it save a images in
TrainingImagefolder - After that we need to train a model(for train a model click on
Train Imagebutton. - It will take 5-10 minutes for training(for 10 person data).
- After training click on
Automatic Attendance,it can fill attendace by your face using our trained model (model will save inTrainingImageLabel) - it will create
.csvfile of attendance according to time & subject. - All we have to do is run
index.py.