Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 538 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 538 Bytes

Automatic-Attendance

A python project based on opencv. This project detects the faces and generates an attendance report automatically. Supports for python 3.6

  1. Install opencv using command "pip install opencv-python"

  2. Install numpy using command "pip install numpy"

  3. More the trained images, more is the accuracy.

    To increse the no.of images to be scanned:

     Increse the number, at line 22 in "face_scanner.py"
    
  4. In "faceDetector.py", increse and change the id's based on your data.

  5. Run the "main.py"