Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadabyaz/facial-recognition-based-attendance
Facial Recognition Based Attendance System
https://github.com/muhammadabyaz/facial-recognition-based-attendance
numpy open-cv pandas pyqt python3 qml supabase
Last synced: about 2 hours ago
JSON representation
Facial Recognition Based Attendance System
- Host: GitHub
- URL: https://github.com/muhammadabyaz/facial-recognition-based-attendance
- Owner: MuhammadAbyaz
- Created: 2023-10-18T14:25:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T19:08:52.000Z (10 months ago)
- Last Synced: 2024-03-03T09:26:55.971Z (9 months ago)
- Topics: numpy, open-cv, pandas, pyqt, python3, qml, supabase
- Language: QML
- Homepage:
- Size: 885 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text](static/logo.png)
## About
The Smart Attendance is an innovative software application that utilizes cutting-edge facial recognition technology to effortlessly monitor attendance in diverse settings like schools, universities, and offices. This revolutionary system eliminates the need for manual attendance, saving valuable time and resources, and enabling organizations to concentrate on more critical tasks. The state-of-the-art camera and database of pre-existing images allow the system to precisely track the presence of individuals and record their attendance automatically. Say farewell to the challenges of traditional attendance taking and embrace the future of attendance monitoring with Smart Attendance.
## Getting Started
### Installation
#### Clone the repository
```bash
# HTTPs
git clone https://github.com/MuhammadAbyaz/facial-recognition-based-attendance.git# SSH
git clone [email protected]:MuhammadAbyaz/facial-recognition-based-attendance.git
```#### Setting Virtual Environment
```bash
Python -m venv env# Activating Virtual Environment
# Windows.\env\Scripts\activate.bat
# Linux or Mac
source env/bin/activate
```#### Update pip and setuptools
```bash
python -m pip install -U pip and setuptools# Installing packages from requirements.txt
pip install -r requirements.txt
# Installing libraries from poetry
poetry install
```# Screenshots
## Login Page
![alt text](static/login.png)
## Teacher Dashboard
![alt text](static/teacher_dashboard.png)
## Admin Dashboard
![alt text](static/admin_dashboard.png)