Giter Club home page Giter Club logo

attendance-system's Introduction

Attendance System Using Face Recognition

Details about this repo

Please read my article here, which has an explanation about how an attendance system using Face Recognition, given a video feed works and read this article here to know how to implement it using this repository.

How To Use

  • Clone this repo.
  • Download retinaface and insightface models from here
  • Make a directory "models" inside Face_detection folder and extract "retinaface-R50.zip" in a folder inside "models" with name "retinaface" and extract "insightface.zip" in the "models" folder only. So now you will have two directories inside models, namely insightface and retinaface.
  • In the root folder there is a file environment.yml which we will use to create a conda environment byt executing :
conda env create -n face_recog -f environment.yml
  • Start the redis server in which we will store the vectors of registered faces by running :
redis-server
  • Activate the conda environment created in previous step by running :
conda activate face_recog
  • Register all the different person using register.py. To know about how to structure the data for registering please go through my implementation article
python register.py -p path/to/folder/ -db 0
  • Run the following command to infer on a video feed after registering all the people :
python infer.py -in path/to/video -out to/save/path -db 0

attendance-system's People

Contributors

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