An open API service indexing awesome lists of open source software.

https://github.com/dhanvina/facetrackedu

This project demonstrates face detection using OpenCV, it uses a pre-trained Haar cascade classifier to detect faces in images or video streams. It provides a simple and efficient solution for identifying human faces using speech automated commands.
https://github.com/dhanvina/facetrackedu

attendance face face-detection face-recognition flask opencv opencv-python pandas python spee

Last synced: about 2 months ago
JSON representation

This project demonstrates face detection using OpenCV, it uses a pre-trained Haar cascade classifier to detect faces in images or video streams. It provides a simple and efficient solution for identifying human faces using speech automated commands.

Awesome Lists containing this project

README

          

# Face Recognition Attandance System
![VisitorCount](https://profile-counter.glitch.me/face-recognition-attendance-management-system/count.svg)

### Recognize The faces And Take Automatic Attandance. :sparkles:
The project has enabled different technologies and features with images and audio. It is been developed for teachers having disablities to easily use. The project is very efficent in varying weather conditions.

![image](https://user-images.githubusercontent.com/47035051/211322033-583a139e-68b6-4a00-8f28-01bc632a1269.png)

![GitHub](https://img.shields.io/github/license/kmhmubin/Face-Recognition-Attendance-System)

## Motivation :astonished:
----------------------------
We seek to provide a valuable attendance service for both teachers and students. Reduce manual process errors by provide automated and a reliable attendance system uses face recognition technology.

## Features :clipboard:
---------------------------
* Check Camera
* Capture Faces
* Train Faces
* Recognize Faces & Attendance

## Screenshots :camera:
-----------------------------------

## Tech Used :computer:
--------------------------
Build With -
* Python 3

Module Used -

All The Module are Latest Version.
* OpenCV Contrib
* Numpy
* Pandas

Face Recognition Algorithms -
* Haar Cascade
* LBPH (Local Binary Pattern Histogram)

Software Used -
* Pycharm
* VS CODE
* Git

## Installation :key:
-----------------------------------

#### Download or Clone the project

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

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/dhanvina/face-recognition-attendance-management-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](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) ]

#### 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
```

## Test Run :bicyclist:
-----------------------
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? :pencil:
----------------------
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. Run the project using your IDE Run Button

## Contribute :heart:
--------------------------------------
If you want to contribute in this project feel free to do that.

## Licence :scroll:
---------------------------------
MIT © [dhanvina](https://github.com/dhanvina)