All Projects → ShubhamSonkesriya → Face-Recognition-Attendance-System

ShubhamSonkesriya / Face-Recognition-Attendance-System

Licence: Apache-2.0 license
A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face-Recognition-Attendance-System

Get Me Through
A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.
Stars: ✭ 255 (+347.37%)
Mutual labels:  face-recognition, dlib
Deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
Stars: ✭ 1,150 (+1917.54%)
Mutual labels:  face-recognition, dlib
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+521.05%)
Mutual labels:  face-recognition, dlib
easy-real-time-face-recognition-python
No description or website provided.
Stars: ✭ 30 (-47.37%)
Mutual labels:  face-recognition, opencv-python
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (+205.26%)
Mutual labels:  face-recognition, dlib
ofFaceRecognition
simple example face recognition with deep metric learning to dlib
Stars: ✭ 20 (-64.91%)
Mutual labels:  face-recognition, dlib
Dlib face recognition from camera
Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
Stars: ✭ 719 (+1161.4%)
Mutual labels:  face-recognition, dlib
avatar-facial-landmark-detection
A method about optimizing the facial landmark detection based on Kalman Filter, Optical Flow and Dlib
Stars: ✭ 87 (+52.63%)
Mutual labels:  face-recognition, dlib
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (-17.54%)
Mutual labels:  face-recognition, opencv-python
Dlib Face Recognition Android
Android app to demo dlib face recognition
Stars: ✭ 115 (+101.75%)
Mutual labels:  face-recognition, dlib
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-64.91%)
Mutual labels:  face-recognition, attendance-system
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (+296.49%)
Mutual labels:  face-recognition, dlib
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (-49.12%)
Mutual labels:  face-recognition, dlib
Music player with Emotions recognition
This program can recognize your mood by detecting your face and play song according your mood
Stars: ✭ 79 (+38.6%)
Mutual labels:  face-recognition, opencv-python
Face-Recognition-Attendance
Face recognition using OpenCV and developed Advance high speed Attendance System on old CCTV footage
Stars: ✭ 19 (-66.67%)
Mutual labels:  face-recognition, attendance-system
Go Face
🔍 Face recognition with Go
Stars: ✭ 650 (+1040.35%)
Mutual labels:  face-recognition, dlib
face-rec-tools
Media library face recognition tools
Stars: ✭ 14 (-75.44%)
Mutual labels:  face-recognition, dlib
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-70.18%)
Mutual labels:  face-recognition, dlib
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (+85.96%)
Mutual labels:  face-recognition, dlib
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (+277.19%)
Mutual labels:  face-recognition, dlib

Face-Recognition-Attendance-System

A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet. You need following libraries pre-installed on your system: 1.face_recognition 2.Opencv 3.openpyxl 4.datetime

HOW TO USE:

  1. Save images of people as '1.jpg','2.jpg'...... numbers being the roll numbers of the person!
  2. Run the program.
  3. An excel file will be created, marked with the attendance for the faces it recognised.
  4. Keep all the images and the python script in the same folder as well as run the python script for the same folder.
  5. Excel will be created with the number of the month as name. For eg. if current month is january, then the name of the excel file created will be '1.xlsx'.
  6. Suppose today is 4th of january then the attendance will be marked in the 'D' column of the '1.xlsx' file.

**Future updates.. Adding google spreadsheet for easy multiple access.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].