Skip to content

NutNick31/Smart_Attendance_System

Repository files navigation

Smart_attendance_system

Flowchart

Pre-requisites

  • Flask
  • Face_Recognition
  • OpenCV

Commands to setup the project

To install flask

pip install flask

To install face_recognition - Refer to this video

To install opencv

pip install opencv-python

To install numpy

pip install numpy

Note : To run the project, run the app.py in terminal

Way to Run the app.py

Steps to set it up, to recognise your face

  • Add your image in the training dataset.
  • Go to detection_engine.py
  • Replicate the below hilighted code in line number 10 and 11, and the location of your image accordingly.
  • Then add your created variable to the known_face_encodings List.
  • Then add your actual name to the known_face_names List.
  • Then run the application as mentioned above and enjoy the process ☺️.

Code to be changed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published