335 skills found · Page 6 of 12
18D070001 / Facial Recognition Based Attendence SysytemFace recognition based Attendance Management System by using OpenCV and python with a Tkinter GUI interface.
sumanthd17 / Face RecognitionFace Recognition based attendance system for classroom environment. Developed a python API which recognizes the people in a picture(of a classroom) and matches them with all the student registrations for that course and returns a image with all the recognized and unrecognized faces (face tags), and tags all the students recognized as present.
serhanelmacioglu / Face Recognition Coding With PythonThis Face Recognition project detects faces and places a frame around them and identifies the face based on those in a given list. It works by analyzing a photo and comparing it to the faces in the list to determine if it is a match or if it is an unknown identity.
FreeBirdsCrew / Real Time Face RecognitionReal Time Face Recognition with Python and OpenCV2, Create Your Own Dataset and Recognize that. #FreeBirdsCrew
mustafakasap / Hol Azure Python CogapisSample Python codes and code snippets on how to use Azure Cognitive Services APIs such as face recognition, text analytics, topic detection, computer vision etc.
Snowball-Wang / LFW Accuracy TestThis is the Python version of evaluation.m for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17
AyuVirgiana / Face Recognition Attendance Anti SpoofingThis GitHub repository contains a web-based Facial Recognition Attendance System built with Python language and Streamlit framework. The System built with Face Recognition using Inception Resnet (V1) models in pytorch, pretrained on VGGFace2 and CASIA-Webface datasets, also Anti-Spoofing models by Minivision.
utkarsha-ecsion / Attendance System Face Recognition# Attendance-System-Face-Recognition This project is a web application demonstrating the use of facial recognition for marking attendance built as a part of my PS -1. 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 9 employees.
OfficialBishal / Face Detection Tracking And Recognition Using Opencv Python And ArduinoHigh Security Surveillance Camera using OpenCV, Python & Arduino
Saiyam26 / Face Recognition With OpenCVThis is a simple Face Recognition project using Python OpenCV, to learn and understand the basics of a project.
Cyebukayire / Face RecognitionReal-time face-recognition program. Have fun with OpenCV-python.
pruthakjani5 / Facial Recognition Attendance System For ClassroomsThis code is used for my college project of Attendance system using Face-Recognition and OpenCV library of Python 3.9.5. The code skeleton and outline is used from this video: https://youtu.be/uwJltCOrpEI and edited the code for necessory changes to make it run properly.
NadavIs56 / Face Detection And RecognitionAn intuitive Python-based face recognition system that identifies individuals in images using a database of facial images. Perfect for security and personal projects!
RILUCK / Face Recognition System OpenCV PythonFace Recognition System - OpenCV - Python
ajunlonglive / Attendance Management System Using Face RecognitionAdvance Face Recognition Student Attendance System Project in Python OpenCV With Tkinter GUI & Mysql Database
sbasu7241 / Smart Attendance SystemA Smart Attendance System built using Python face recognition module that marks Student's attendance in Institute App
noorkhokhar99 / Real Time Face Recognition And Facial Attribute Analysis In Python Detecting Age Gender And EmotiReal-Time Face Recognition and Facial Attribute Analysis in Python: Detecting Age, Gender, and Emotion
Kanjo-Elkamira-Ndi / Face Detection And Recognition App In PythonNo description available
paulrounak / Liveness DetectionA face liveness detection system built using JavaScript, Python, HTML, and CSS. This solution helps identify real human faces and prevents spoofing attempts (e.g., photos or videos) by leveraging real-time facial analysis, offering enhanced security for facial recognition applications.
shangeth / Computer Vision Security SystemA Security System using the face recognition, which can be monitored from anywhere using a HTTP server, coded using Python and Jinja