Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mujtabamohamed/attention
Attention is a face recognition attendance system that automates the process of tracking attendance using facial recognition technology.
https://github.com/mujtabamohamed/attention
dlib face-attendance-system face-recognition face-recognition-attendance-system face-recognition-python opencv python python3
Last synced: about 6 hours ago
JSON representation
Attention is a face recognition attendance system that automates the process of tracking attendance using facial recognition technology.
- Host: GitHub
- URL: https://github.com/mujtabamohamed/attention
- Owner: mujtabamohamed
- Created: 2024-07-25T10:20:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T12:17:01.000Z (4 months ago)
- Last Synced: 2024-07-26T13:44:58.858Z (4 months ago)
- Topics: dlib, face-attendance-system, face-recognition, face-recognition-attendance-system, face-recognition-python, opencv, python, python3
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attention
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.
## Demo
[Video](https://drive.google.com/file/d/12V_0Jr4H6Modj3vr-qgQD2LEPVDC2mMx/view?usp=drive_link)
## Tech Stack
- **Language**: Python
- **Libraries**: OpenCV, dlib, face_recognition
- **Database:**: Firebase## Installation
**Clone the repository**
```bash
git clone https://github.com/mujtabamohamed/attention.git
```**Install dependencies**
```bash
pip install -r requirements.txt
```## Run the application
- **Add data to the database**:
```bash
python AddDataToDatabase.py
```- **Generate encodings**:
```bash
python EncodeGenerator.py
```- **Run the main script:**:
```bash
python main.py
```