Code Monkey home page Code Monkey logo

smart-check-in-attendance-system's Introduction

SmartCheckIn - Attendance System using Flask and OpenCV

This is a face recognition attendance system built using Flask and OpenCV libraries of Python. It captures images through the webcam, extracts faces from the image using Haar Cascade Classifier, and identifies the face using a pre-trained K-Nearest Neighbors (KNN) classifier model. The identified user is then marked present in the attendance record.

Requirements

  • Python 3.x
  • Flask
  • OpenCV
  • NumPy
  • scikit-learn

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/Kiransala/Smart-Check-In-Attendance-System.git
  1. Install the required libraries.

  2. Run the Flask app:

python app.py

Usage

The home page of the application will show the attendance records of the current date, and the total number of registered users. To take attendance, click on the 'Take Attendance' button.

The first time you take attendance, the app will ask you to add a new user. Enter the user's name and ID, and upload a clear image of their face. The app will use this image to train the KNN model.

Once you have added a new user, you can take attendance by clicking on the 'Take Attendance' button. The app will open your webcam and show your face on the screen. If your face is recognized, your name and ID will be displayed on the screen, and you will be marked present in the attendance record.

The attendance records for the current date can be found in the 'Attendance' folder, with the filename 'Attendance_dd-mm-yy.csv'. The records are stored in a CSV format, with the columns 'Name', 'Roll', and 'Time'.

Contributing

Contributions to this project are always welcome. If you want to contribute, please fork the repository, create a new branch, and submit a pull request.

smart-check-in-attendance-system's People

Contributors

kiransala 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.