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

https://github.com/vignesh1507/facepulse

FacePulse is a cutting-edge facial recognition-based attendance system designed to streamline and automate attendance tracking. Using AI-powered technology, FacePulse captures, registers, and verifies users' identities in real-time, providing a seamless and efficient solution for modern organizations.
https://github.com/vignesh1507/facepulse

ai opencv python streamlit

Last synced: 2 months ago
JSON representation

FacePulse is a cutting-edge facial recognition-based attendance system designed to streamline and automate attendance tracking. Using AI-powered technology, FacePulse captures, registers, and verifies users' identities in real-time, providing a seamless and efficient solution for modern organizations.

Awesome Lists containing this project

README

        

## FacePulse: Facial Recognition-Based Attendance System

FacePulse is an AI-driven facial recognition-based attendance system developed using Python language, Streamlit application, and OpenCV. This system allows users to register with their ID and name, capture their images via webcam, train a machine learning model to recognize faces, and track attendance in real time.

## Features

- **User Registration**: Capture images through webcam and associate them with a user ID and name.

- **Model Training**: Train a facial recognition model on the captured images.

- **Real-Time Attendance**: Detect and track attendance using the trained model.

- **Streamlit User Interface (UI)**: Easy-to-use web interface for registration, model training, and attendance tracking.

## Technologies Used

- **Python**: Core language for the application.

- **Streamlit**: This is for building the interactive web interface.

- **OpenCV**: For image capture and processing.

- **Pyngrok**: For tunneling the local application to the web.

- **Facial Recognition Libraries**: These are for identifying and verifying registered faces.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/vignesh1507/FacePulse.git
cd FacePulse