Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 568 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 568 Bytes

Advanced Attendance System

This is a practical application of face recognition.

Installation

Use the package manager pip3 to install necessary packages.

pip3 install opencv-python
pip3 install Pillow
pip3 install numpy
pip3 install face_recognition
pip3 install dlib

Usage

python3 face_regonition_attendance.py 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.