336 skills found · Page 10 of 12
joaorobson / Facial Recognition WorkshopWorkshop explaining how to create an API in Python to perform face recognition
madeyoga / Face RecognitionTrain SVM & KNN model for face recognition with the help of "The world's simplest facial recognition api for Python and the command line"
VaishantMakan / Face Recognition Attendance SystemPython application intended to make attendance marking in schools and colleges easier, faster and efficient with the use of face recognition technology
pratishtha-agarwal / Automation Of Attendance Montoring SystemIt performs Facial recognition with high accuracy. This attendance project uses webcam to detect faces and records the attendance live in an excel sheet. In order to determine the distinctive aspects of the faces based on distance, convolutional neural networks are used. All you need to do is stand in front of the camera and your face is verified instantly in milliseconds, without recording the attendance more than once. Facial recognition systems are commonly used for verification and security purposes but the levels of accuracy are still being improved. Errors occurring in facial feature detection due to occlusions, pose and illumination changes can be compensated by the use of hog descriptors. The most reliable way to measure a face is by employing deep learning techniques. The final step is to train a classifier that can take in the measurements from a new test image and tells which known person is the closest match. A python based application is being developed to recognize faces in all conditions. We study the question of feature sets for robust visual object recognition; adopting linear SVM based human detection as a test case. After reviewing existing edge and gradient based descriptors, we show experimentally that grids of histograms of oriented gradient (HOG) descriptors significantly outperform existing feature sets for human detection. We study the influence of each stage of the computation on performance, concluding that fine-scale gradients, fine orientation binning, relatively coarse spatial binning, and high-quality local contrast normalization in overlapping descriptor blocks are all important for good results. The new approach gives near-perfect separation on the original MIT pedestrian database, so we introduce a more challenging dataset containing over 1800 annotated human images with a large range of pose variations and backgrounds.
MML0 / Face Recognitionface recognition with machine learning in python
shhavel / FacerecA simple face recognition command line application using Python and OpenCV
anikett12 / Face RecognitionFace Recognition : live face recognition using Python and OpenCV
RohanDas28 / Python Face Recognition Attendance SystemThis is a face recognition-based attendance system developed in Python. The system utilizes the OpenCV library along with other modules to recognize faces and mark attendance in a CSV file.
nikhildewoolkar / Online Kyc Systemonline kyc system using python, django, Tesaract, OpenCV, Face recognition
efviodo / Dlib Face Recognition Delaunay TriangulationPython project to perform face detection and landmarks recognition using dlib plus delaunay triangulation using OpenCV
ishaanjav / Python ML Facial RecognitionThis repository contains the Python code for implementing facial recognition in Jupyter Notebook using both Machine Learning classification algorithms and neural networks. It also contains a CSV of facial data for classifying faces using the Python code. Feel free to copy the files and start recognizing faces!
yKesamaru / FACE01 SAMPLEFace recognition library which can be called from Python, integrated various useful functions.
malikatiq786 / Face Recognition Based Attendance System PythonThis repository contains code for facial recognition using openCV and python with a tkinter gui interface. If you want to test the code then run train.py file
qunshansj / Face Recognition Self Service Opencv PythonPython基于OpenCV的人脸识别自助商店(源码&部署视频)
dpdornseifer / Async Face RecognitionSmall face recognition service based on Python 3.4/3.5 asyncio and OpenCV cascade detection
zdyshine / USB Camera PyQt Face RecognotionUse python + opencv + PyQt5 + face_recognition to detect and recognit face
aangfanboy / Face Modeler PythonIt is a Python script that able to mark human face's and draw lines on it. With this, you can develop face recognition algorithms.
sigseg5 / Nometa TgThis is a Python Telegram bot that provides an opportunity to automatically delete all metadata from photo and apply Fawkes tool to hide you face from face recognition apps in social networks etc.
tyler-cromwell / RetinaTinkering with Face Recognition in OpenCV with Python 3
Dani-Stem / FrLockface recognition triggers arduino to unlock door using cv2 opencv-python