dipesg / Vision-Attendence-System

GUI that prompts a user to input their ClientID, EmpId, Name and phone number and prompt user to take the image. After taking a image there is a option to train and also a predict is there so that user s attendence is taken.:office:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vision-Attendence-System

gui

Table of Content

Demo

attendence

Overview

This is a Vision Attendence System GUI trained on CNN. Here in this GUI there is a button to take photo of user, train the model and detect. This system can be implemented with camera in any place where daily attendence is required.

Architechture

attenarchi

Installation

Clone Repository.

git clone https://github.com/dipesg/Vision-Attendence-System.git

Create new conda environment.

conda create -n venv python=3.7 -y

Activate environment venv.

conda activate venv

Install required requirements.

pip install -r requirements.txt

Run command to open GUI.

python app.py

About

GUI that prompts a user to input their ClientID, EmpId, Name and phone number and prompt user to take the image. After taking a image there is a option to train and also a predict is there so that user s attendence is taken.:office:

License:Apache License 2.0


Languages

Language:Python 80.7%Language:Jupyter Notebook 16.7%Language:Cython 1.1%Language:C 0.7%Language:Cuda 0.3%Language:C++ 0.3%Language:Shell 0.1%Language:Makefile 0.0%