https://github.com/nkosimlaba/facial-recognition-attendance-system
A system to track attendance using facial recognition
https://github.com/nkosimlaba/facial-recognition-attendance-system
facial-recognition java opencv python
Last synced: 3 months ago
JSON representation
A system to track attendance using facial recognition
- Host: GitHub
- URL: https://github.com/nkosimlaba/facial-recognition-attendance-system
- Owner: NkosiMlaba
- Created: 2024-11-06T04:51:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T12:48:44.000Z (about 1 year ago)
- Last Synced: 2025-12-26T05:56:32.844Z (6 months ago)
- Topics: facial-recognition, java, opencv, python
- Language: Java
- Homepage:
- Size: 42.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facial-Recognition-Attendance-System
A facial recognition system that can be used in schools, universities and offices where attendance tracking is necessary. The system uses facial recognition technology to identify and record attendance.
## Project Status 
## Features implemented thus far:
- Easy enrollment of students and employees
- Recording for arrival and departure
- Implemented concurrent checking for new user additions and ensure timely recognition of their faces
- Camera feed pause button
- Support for linux and windows, with os detection at runtime
## System requirements:
- Java
- Python
- Pip
- Internet browser
- SQLite
- Maven
- Make
- CMake
## Compiling and testing:
1. Compile the project and install dependencies using:
make all
2. Run the tests using:
make tests
## Running instructions:
1. Run the server using:
make webapi
2. Run the frontend by visiting the url `http://localhost:7000/` on a browser
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## Contributor
Nkosikhona Mlaba