Skip to content

Sumit8420/Attedance-Capturing-System

Repository files navigation

Attedance-Capturing-System

To automate the attendance capturing system using only the picture of the employee (selfie). Company only has one or two passport size photographs of their employees in the system for reference. import tensorflow as tf import numpy as np import os from keras.layers import Conv2D, Activation, AveragePooling2D, MaxPooling2D, ZeroPadding2D, Input, concatenate from keras.layers.core import Lambda, Dense, Flatten from numpy import genfromtxt import cv2 from keras.layers.normalization import BatchNormalization from keras import backend as K from keras.layers import * from keras.models import Model from sklearn.preprocessing import normalize K.set_image_data_format('channels_first') import random import matplotlib.pyplot as plt import keras from keras.utils import plot_model import sys

About

To automate the attendance capturing system using only the picture of the employee (selfie). Company only has one or two passport size photographs of their employees in the system for reference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors