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