Attention is a face recognition attendance system that automates the process of tracking attendance using facial recognition technology. This project aims to provide an efficient and secure method for attendance management.
- Language: Python
- Libraries: OpenCV, dlib, face_recognition
- Database:: Firebase
Clone the repository
git clone https://github.com/mujtabamohamed/attention.gitInstall dependencies
pip install -r requirements.txt- Add data to the database:
python AddDataToDatabase.py- Generate encodings:
python EncodeGenerator.py- Run the main script::
python main.py