https://github.com/jayson-gonzalez/facial-recognition-attendance-system
Attendance system using haar cascading facial recognition
https://github.com/jayson-gonzalez/facial-recognition-attendance-system
facial-recognition mysql opencv python python3 tkinter-gui
Last synced: about 2 months ago
JSON representation
Attendance system using haar cascading facial recognition
- Host: GitHub
- URL: https://github.com/jayson-gonzalez/facial-recognition-attendance-system
- Owner: Jayson-Gonzalez
- Created: 2024-12-02T03:59:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T17:13:45.000Z (over 1 year ago)
- Last Synced: 2025-04-09T00:07:19.702Z (about 1 year ago)
- Topics: facial-recognition, mysql, opencv, python, python3, tkinter-gui
- Language: Python
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facial recognition attendance system
## Instructions:
### First clone the repo in git bash using:
```
git clone https://github.com/Jayson-Gonzalez/Facial-Recognition-Attendance-System.git
```
### Second we need to run the `requirements.txt` to install the dependencies using:
```
pip install -r requirements.txt
```
Then we must create the sql database. Do this by copying the commands in the `database.sql` file in a locally hosted instance. Once this is done you must edit your `gui_attendance.py` to accustom to your locally hosted instance’s host, user, and password.
### To run the code run:
```
python gui_attendance.py # Or run: python3 gui_attendance.py
```
You must create a student first in order for the take attendance button to recognize you.