Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.18 KB

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