Giter VIP home page Giter VIP logo

facerecognitionpi's Introduction

Face Recognition Based Attendance System

Raspberry Pi powered face recognition system using USB Webcam.

In today’s fast paced world, for an organization with around 500 employees, a manual attendance system is highly inefficient and time consuming. Traditional methods of automatic attendance systems like fingerprint, RFID or iris scans are easy to bypass as the biometric features such systems take into consideration are far less than facial features. Our facial recognition system is used to detect a person’s face and then compare it with the stored facial database to recognize it. Once the face is recognized, his attendance is marked along with his in-time and out-time and stored in a database. This project proposes a system which uses Haar Cascade method for facial detection integrated with Principal Component Analysis (PCA) technology for facial recognition. This whole process is carried out on a Raspberry Pi B+ Module using OpenCV (Open Source Computer Vision) library installed on it. The attendance database is created in MySQL which keeps a record of employee in-time and out-time. Proposed biometric face recognition system is basically used in three domains: employee management, leave management, time attendance system and last but not the least can be used as authorization and access control systems.

This project has following objectives which are fulfilled using OpenCV: -

  1. Capture the faces to create a database.
  2. Train the recognizer for these faces.
  3. Detect the face in a real time captured image.
  4. Recognize the detected face by comparing with database.
  5. Blink LED to show the user whether valid entry or not.
  6. Store the in-time and out-time of a valid entry.
  7. Link the stored database with a Centralized Server.
  8. Store a copy of the facial data on the server machine using HTTP protocol (TCP socket) which acts as a backup and can be utilized for centralized access.

facerecognitionpi's People

Contributors

sankaradithyan13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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