A web app to recognize faces of all students in photo and mark their attendance in Database using Deep Learning.
app.py : Backend code using Flask.
Face_recog_facenet : Model Building Code.
face_net.h5 : Saved wights of Facenet model.
pred_3_svm_face_model.pkl : Saved Svm Model.
requirements.txs : File with all required libraries.
template : HTML/CSS codes.
Test : This will store images to test our app.