Coder Social home page Coder Social logo

sachnaror / photo-cam-attendance-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 52 KB

Attendance Management System is a web application designed to allow managers to create a roster for staff and enable staff members to mark their attendance by capturing an image using a webcam. The system is built with Django and uses Bootstrap for a minimalistic frontend.

Python 28.25% HTML 71.75%
attendence image-capture image-recognition

photo-cam-attendance-system's Introduction

Attendance Management System with Image Capture

Features

  • Authentication & Authorization: Separate roles for Manager and Staff with secure login.
  • Roster Management: Managers can add staff members, set shifts, and view the complete roster.
  • Attendance Management: Staff members can view shifts and mark attendance with an image capture.
  • Responsive Design: User-friendly interface that is responsive on both desktop and mobile devices.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.8 or newer
  • pip and virtualenv

Setup

To set up the Attendance Management System, follow these steps:

  1. Clone the repository

    git clone https://github.com/sachnaror/attendence_system.git
    cd attendance_System
    
  2. Create and activate a virtual environment

    virtualenv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
  3. Install dependencies

    pip install -r requirements.txt
    
  4. Apply migrations

    python manage.py migrate
    
  5. Collect static files (if necessary)

    python manage.py collectstatic
    

Running the Application

To run the Attendance Management System, execute:

python manage.py runserver

Access the web application by navigating to http://127.0.0.1:8000/ in your web browser.

Usage

  • Manager Role: Login as a manager to create and manage the roster, add new staff members, and view attendance records.
  • Staff Role: Login as a staff member to view assigned shifts and mark attendance by capturing an image using the webcam.

Contributing

Contributions to the Attendance Management System are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature_branch_name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the original branch: git push origin feature_branch_name.
  5. Create the pull request.

photo-cam-attendance-system's People

Contributors

sachnaror avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.