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.git
Install 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