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

prathmachowksey / Attendance-System-Face-Recognition

Licence: other
An attendance system based on facial recognition built using OpenCV and Django.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

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

FacialRecognition
Facial detection and recognition.
Stars: ✭ 16 (-33.33%)
Mutual labels:  facial-recognition, facial-detection
haskell-vae
Learning about Haskell with Variational Autoencoders
Stars: ✭ 18 (-25%)
Mutual labels:  facial-recognition
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 (-29.17%)
Mutual labels:  dlib
Face-Recognition-System
Intelligent Facial Recognition with Django Restful IoT on Raspberry Pi
Stars: ✭ 46 (+91.67%)
Mutual labels:  facial-recognition
brightness
☀️ Dim your Mac's display from the command line via CoreDisplay
Stars: ✭ 23 (-4.17%)
Mutual labels:  facial-recognition
Face-Morphing
👯‍♀️ We are more alike than different - morphing one face to another
Stars: ✭ 66 (+175%)
Mutual labels:  dlib
face-rec-tools
Media library face recognition tools
Stars: ✭ 14 (-41.67%)
Mutual labels:  dlib
dlib-for-android
Compile and embed Dlib in your Android projects with ease.
Stars: ✭ 33 (+37.5%)
Mutual labels:  dlib
edge-tpu-servers
Object and face recognition using Google's edge TPU
Stars: ✭ 37 (+54.17%)
Mutual labels:  dlib
AIML-Human-Attributes-Detection-with-Facial-Feature-Extraction
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Stars: ✭ 48 (+100%)
Mutual labels:  facial-recognition
android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (+158.33%)
Mutual labels:  dlib
dlib-minified-models
A set of minified (but still accurate) models for Dlib
Stars: ✭ 61 (+154.17%)
Mutual labels:  dlib
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (+4.17%)
Mutual labels:  dlib
britishMuseumFacesDetection
A python example for using OpenCV to identify faces within @BritishMuseum images.
Stars: ✭ 66 (+175%)
Mutual labels:  facial-recognition
simple faceswap
使用python-opencv和dlib实现的简单换脸程序
Stars: ✭ 50 (+108.33%)
Mutual labels:  dlib
JFaceRecog
facial recognition in Java
Stars: ✭ 25 (+4.17%)
Mutual labels:  facial-recognition
Facial-Recognition-Tool
➰ A Facial Recognition tool based on Open-CV.
Stars: ✭ 44 (+83.33%)
Mutual labels:  facial-recognition
Eufa
A high efficient utility functions(encryption, machine learning, etc) library written in WebAssembly just for demo.
Stars: ✭ 28 (+16.67%)
Mutual labels:  dlib
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-16.67%)
Mutual labels:  facial-recognition
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (+20.83%)
Mutual labels:  dlib

Attendance-System-Face-Recognition

This project is a POC web application demonstrating the use of facial recognition for marking attendance built as a part of my PS -1 internship at ViitorCloud Technologies, Ahmedabad. It is a web application that can be used by the company to manage attendance of its employees.

Functionality Supported

  • Admin and Employee Login
  • Admin : Register new employees.
  • Admin : Add employee photos to the training dataset.
  • Admin: Train the model.
  • Admin: View attendance reports of all employees. Attendance can be filtered by date or employee.
  • Employee - View attendance reports of self.

Built Using

  • OpenCV - Open Source Computer Vision and Machine Learning software library
  • Dlib - C++ Library containing Machine Learning Algorithms
  • face_recognition by Adam Geitgey
  • Django- Python framework for web development.

Face Detection

  • Dlib's HOG facial detector.

Facial Landmark Detection

  • Dlib's 68 point shape predictor

Extraction of Facial Embeddings

  • face_recognition by Adam Geitgey

Classification of Unknown Embedding

  • using a Linear SVM (scikit-learn)

The application was tested on data from 25 employees at ViitorCloud Technologies, Ahmedabad.

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