Skip to content

Welcome to my Face Recognition Attendance Management repo! πŸ“Έβœ… By leveraging the power of computer vision and machine learning, our system automates the attendance tracking process. πŸš€πŸŒŸ

Notifications You must be signed in to change notification settings

Aashvitt/Face_Recognition_Attendance_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Face Recognition Attendance Management System

Welcome to the Face Recognition Attendance Management System repository! πŸ“Έβœ…

My name is Aashvitt Singh. This project is an advanced solution for efficient and accurate attendance management using state-of-the-art facial recognition technology. By leveraging the power of computer vision and machine learning, our system automates the attendance tracking process, eliminating the need for manual data entry and minimizing errors.

Face Recognition Logo

Features πŸ“‹


  • Facial Recognition
  • Real-time Tracking
  • Train Faces
  • User-Friendly Interface
  • Data Security
  • Customizable

Tech Used πŸ’»


Build With -

  • Python 3.7

Module Used -

All The Module are Latest Version.

  • OpenCV Contrib 4.0.1
  • Pillow
  • Numpy
  • Pandas
  • Shutil
  • CSV
  • yagmail

Face Recognition Algorithms -

  • Haar Cascade
  • LBPH (Local Binary Pattern Histogram)

Software Used -

  • Pycharm 2019.2
  • VS CODE
  • Git

Installation πŸ”‘


Download or Clone the project

First Download or Clone the Project on Your Local Machine.To download the project from github press Download Zip

or

You can clone the project with git bash.To clone the project using git bash first open the git bash and write the following code

git clone https://github.com/kmhmubin/Face-Recognition-Attendance-System.git

After download, Open the project using Pycharm or VSCODE. Then we have to create an python enviroment to run the program.

create enviroment

First open the terminal or command line in the IDE.Then write the following code.

python -m venv env

Then activate the enviroment using the code below for windows.

.\env\Scripts\activate

[ Notice: If your pc don't have virtual enviroment or pip install the follow this link. How to create Virtual Enviroment ]

Installing the packages


After creating the enviroment on your project let's install the necessary packages. To install those package open the terminal or command line and paste the code from below

pip install opencv-contrib-python
pip install numpy
pip install pandas
pip install Pillow
pip install pytest-shutil
pip install python-csv
pip install yagmail

[ **Notice: During the package installization, sometime it shows some error, to avoid those error you can install those packages as admin. ]

Test Run 🚴


After creating the enviroment and installing the packages, open the IDE terminal/command line to run the program. Using the code below.

py main.py

How To Use? πŸ“


If you want to use it just follow the steps below.

  1. First download or clone the project
  2. Import the project to your favourit IDE
  3. Create an python enviroment
  4. Install all the packages
  5. Change the mail information
  6. Run the project using the command line or your IDE Run Button

We invite contributions from developers, designers, and enthusiasts who share our passion for technology-driven solutions. Join us in revolutionizing attendance management with the latest advancements in AI and facial recognition. Feel free to explore our documentation and dive into the codebase. Your feedback and contributions are highly appreciated.

Let's build the future together! πŸš€πŸŒŸ

Let's Connect on LinkedIn & Twitter.

License

This project is licensed under the MIT License.


About

Welcome to my Face Recognition Attendance Management repo! πŸ“Έβœ… By leveraging the power of computer vision and machine learning, our system automates the attendance tracking process. πŸš€πŸŒŸ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages