https://github.com/seakmengs/face-attendance-system
https://github.com/seakmengs/face-attendance-system
face-detection face-recognition opencv python tkinter
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seakmengs/face-attendance-system
- Owner: SeakMengs
- Created: 2024-02-05T10:28:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T11:58:44.000Z (over 2 years ago)
- Last Synced: 2025-03-01T02:29:03.249Z (over 1 year ago)
- Topics: face-detection, face-recognition, opencv, python, tkinter
- Language: Python
- Homepage:
- Size: 79.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Attendance System
Face attendance system using Opencv library and KNN algorithm to recognize the faces and mark the attendance of the recognized faces.
# Installation
```
pip install -r requirements.txt
```
# Usage
```
python main.py
```
# Folder Structure
main.py - Main file to run the application
modules/ - Contains all the modules relate to the application
Playground/ - Contains all the testing files and training files that are used to train the haarcascade