Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```