https://github.com/justfairdev/Face-recognition-attendance-django
https://github.com/justfairdev/Face-recognition-attendance-django
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justfairdev/Face-recognition-attendance-django
- Owner: justfairdev
- Created: 2024-03-25T13:16:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T02:44:36.000Z (about 1 year ago)
- Last Synced: 2025-03-31T19:25:18.266Z (about 1 year ago)
- Language: JavaScript
- Size: 9.61 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Recognition Attendance System (Django)
A robust web application that leverages face recognition technology for automated attendance tracking built with Django. This project streamlines the attendance process in educational institutions, corporate offices, or any organization looking for a secure and efficient way to track presence.
## Features
- **Automated Attendance**: Automatically mark attendance by recognizing faces using advanced algorithms.
- **User Management**: Secure authentication and authorization using Django’s built-in user management.
- **Real-Time Processing**: Process video streams in real-time to detect and recognize faces.
- **Reporting**: Generate comprehensive attendance reports.
- **Responsive UI**: User-friendly interface designed for ease of use across devices.
## Technologies Used
- **Backend**: [Django](https://www.djangoproject.com/)
- **Face Recognition**: [face_recognition](https://github.com/ageitgey/face_recognition) library, OpenCV
- **Frontend**: HTML5, CSS3, JavaScript (or a framework of your choice)
- **Database**: SQLite / PostgreSQL (configurable via Django settings)
- **Others**: Bootstrap (for responsive design), REST Framework (for API endpoints if needed)