Skip to content

YasoKarim/Attendance-Fingerprint-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attendance-Fingerprint-System

Fingerprint Attendance System

This project is an attendance system implementation using Django, a high-level Python Web framework, and the Zkteco fingerprints library. The system allows for efficient and secure tracking of employee attendance using fingerprint recognition.

Features

  • User registration and authentication.
  • Fingerprint registration and recognition using the Zkteco fingerprints library.
  • Attendance tracking based on fingerprint recognition.
  • Attendance reports generation.

Prerequisites

Before running the attendance system, make sure you have the following installed:

  • Python: Installation Guide
  • Django: Install with pip pip install Django
  • Zkteco fingerprints library: Follow the instructions provided by the manufacturer.

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/Fingerprint-Attendance-System.git
  2. Navigate to the project directory:

    cd Fingerprint-Attendance-System
  3. Install the required dependencies:

  4. Run the migrations:

    python manage.py migrate
  5. Run the Django server:

    python manage.py runserver

Usage

  • Users can register and manage their accounts.
  • Users can register their fingerprints for attendance tracking.
  • The system recognizes registered fingerprints and records attendance.
  • Administrators can generate attendance reports.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published