An open API service indexing awesome lists of open source software.

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

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 ![Status](https://img.shields.io/badge/status-in%20progress-yellow)

## 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