334 skills found · Page 7 of 12
RichM1216 / Computer Vision ProjectsHands-on computer vision projects exploring face recognition, object tracking, digit classification, and gesture detection using Python and OpenCV.
Vincenzo-Petrolo / ImageSorterI wrote a shell script that makes use of face_recognition python module in order to move images that matches the ones that i pass to it to another folder
AkshatSaxena799 / Advance Face Recognition Student Attendance System ProjectAdvance Face Recognition Student Attendance System Project in Python OpenCV With Tkinter GUI & SQLite Database. Features of Project: real time face detection 1] Home Page i) Student management system (Save, Take Photo Samples, Update, Delete, Clear) ii) Train Photo Samples iii) Take Attendance with Face Detection iv) Attendance Report (Excel file & SQLite database) v) Developer Page vi) Help Desk.
forceliuss / RiverDelimitation PythonThe process of retrieving information from satellite imagery could be time consuming and faces challenges like image resolution, feature recognition and user criteria. With the use of band combination together with geospatial tools in Python we can delineate water bodies as rivers from panchromatic /multiband images with results as geospatial shapefiles. This webinar will cover the delimitation of water bodies as rivers from a panchromatic Landsat 8 image. The webinar shows a mixed procedure that creates a high contrast image for rivers with Python and Rasterio , then polygonizes the image array and exports the river edges as a georeferenced Shapefile.
pkprajapati7402 / Smart Election SystemThe Smart Election System is a Python application that secures the voting process using facial recognition and Aadhar number verification. It captures face data via a webcam and stores votes in CSV files. Key technologies include OpenCV, pickle, numpy, and sklearn, ensuring a robust and efficient voting system.
salar-dev / Face Recognition Python ProjectFace recognition python project
Minalinskyy / Face Recognition With Deep Learning PythonA project about realtime face recognition with deep-learning in python2
abhimanyu1996 / Face Recognition Using Triplet LossFace recognition using deep learning (Python ,keras , tensorflow)
arthimj / Python Face Recognition Based Attendance System1.Introduction: The human face plays an important role in our social interaction, conveying people’s identity. Using the human face as a key to security, biometric face recognition technology has received significant attention in the past several years due to its potential for a wide variety of applications in both law enforcement and non-law enforcement. As compared with other biometrics systems using fingerprint/palmprint and iris, face recognition has distinct advantages because of its non-contact process. Face images can be captured from a distance without touching the person being identified, and the identification does not require interacting with the person. In addition, face recognition serves the crime deterrent purpose because face images that have been recorded and archived can later help identify a person. 2.Recognition Process: Face Recognition Process is classified into three Phases as DataCreation Phase,Training Recognizer Phase,Detection Phase. 2.1 DataSet Creation Phase In this phase, pictures are captured and stored it in Dataset Folder. 2.2 Training Recognizer Phase In this Phase,the dataset is feed to LBPH Recogniser and trained the classifier. 2.3 Detection Phase In this Phase,the classifier is feed with new image and predicts the image either with known or unknown values. 3. Updating Attendance Finally the Image names and their attendance is marked in Excel sheet by camparing the current Id and Id in the sheet.
Py-Contributors / FacialRecognitionFace Recognition using face_recognition module and face encoding in Python
EKELE-NNOROM / Object And Face Detection Gui With Python And PyQtA Face and Object Recognition Gui with Python and PyQt - Currently yet to move from face detection to face recognition but the object detection works fine
RKNITH / FACE RECOGNITION PYTHONNo description available
PLUTO-SCY / Python Face Recognition清华大学电子系--大一下小学期python大作业--一个很简陋的基于的机器学习的人脸识别系统
MohamadNematizadeh / Face RecognitionFace Recognition using Python 🧑
lokeshloki65 / Face Recognition Attendance System🎯 Python-based face recognition attendance system using OpenCV and face_recognition.
AudriusBartkus / DroneChallengeThis is a small UI based Python application for controlling DJI Tello Drone with additional modes to perform live face/object/gesture recognition and more
lokeshloki65 / Face Attendance Systemface attendace system Built an Advanced face Recognition System using Python and PHP with Graph Analyzer integration. 📊 Detects patterns and insights through intelligent graph-based data recognition.
karthikeyanAI / Face IdentifierThe Face Recognition Code In Python Using OpenCV was developed using Python Programming, this Face Detection In Python using Haar cascades is a machine learning based approach where a cascade function is trained with a set of input data. OpenCV already contains many pre-trained classifiers for face, eyes, smiles, etc..
okmd / Authenticate Using Face RecognitionFace recognition, Eigenfaces, Local Binary Pattern Histogram, Fisherfaces, opencv, pyqt.
sawhill1205 / Face Detection Based Attendance Using Python And ML In this python project, I have made an attendance system which takes attendance by using face recognition technique. I have also intergrated it with GUI (Graphical user interface) so it can be easy to use by anyone. GUI for this project is also made on python using tkinter.