Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shukur-alom/attendance-by-face


https://github.com/shukur-alom/attendance-by-face

ai ai-models artificial-intelligence attendance-system human-detection keras keras-tensorflow tensorflow2

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Face Detection and Data Addition System

This system is designed to detect faces in video, check if they match a predefined dataset, and add corresponding data to a CSV file. To use the system, follow these steps:

## Prerequisites

- Python
- Install the required libraries by running:

```
pip install -r requirements.txt
```

## Image Naming Convention
Ensure your image files follow this naming convention: "Name Number.jpg" (e.g., "Shukur 1.jpg").

1. Run train_model.py to train the face detection model:

```
python train_model.py
```
2. Run main_work.py to detect faces, check for matches in the dataset, and add data to the CSV file:

```
python main_work.py
```

The system will update the CSV file with corresponding data if a match is found.