334 skills found · Page 4 of 12
pythontoday / Face Recognition PythonNo description available
vinitshahdeo / FaceRecognition:camera: Face Recognition using Haar-Cascade Classifier, OpenCV and Python
verifid / FaceregPython module for face recognition with OpenCV and Deep Learning.
SaranshKejriwal / Harold FinchFace recognition via voice Commands (OpenCV Python + SpeechRecognition 3.1.3)
powderblock / Glasses CvComputer vision facial recognition: Add glasses to faces using Haar cascade classifier! OpenCV + Python
leonmavr / EZfacesPython package that implements Eigenfaces to build a face recognition database. It supports interaction with the webcam.
sairaj18 / Attendance Monitoring Using Face RecognitionAuthentication is a significant issue in system control in computer-based communication. Human face recognition is an important branch of biometric verification and has been widely used in many applications, such as video monitor system, human-computer interaction, and door control system and network security. This project describes a method for Student’s Attendance System which will integrate with the face recognition technology using deep learning algorithms. The system will recognize the students present in the classroom and provide the list of present students for the lecture. The primary technique used for the face detection is by using python inbuilt packages of OpenCV. Once the model is trained on different kinds of datasets, the project will help in identifying students present for the class. The front end will be based on an android application. The application uses SQLite database for establishing connection between web app and the model. The backend model mainly comprises of a convolutional neural network which extracts features and trains the model in recognizing those features. The inbuilt OpenCV uses haarcascade classifiers in identifying the faces present in the input image. The list of identified will be displayed as the end result.
FerdinaKusumah / Face Recognition WebserviceFace recognition using python sanic
Divyansh6799 / Face Recognition In Python DjangoThe face recogntion system is used to train the faces of employees and detect them when they walk past the camera. It can be used as an attendence system for the employees.
lavanyashrma / Attendance System By Face Recognition In PythonNo description available
InnovativeCoder / Variational Retinex Based ModelThe model is based on an anti-spoofing algorithm for face recognition. Python implementation of multiscale retinex model.
igorgbs / Python Face RecoFace Recognition using Python-Haar Cascade
Rad-hi / Face Recognition GUI PythonDesktop app that keeps track of people it knows through facial recognition. Could be thought of as a security camera with no real purpose but learning.
rumiantsevaa / Face Recognition Nancy DatabaseFace Recognition | Destop GUI Application based on Flask, Python and HTML + JS
wangderen4 / Django Face Recognition本项目后端采用Python作为开发语言,Django作为WEB后端框架,用到的库有face_recognition人脸识别库,keras深度学习库,tensorflow,opencv计算机视觉库,Image等图片处理相关的第三方库。
PacktPublishing / Computer Vision Face Recognition Quick Starter In PythonComputer Vision: Face Recognition Quick Starter in Python [Video], published by Packt
hongnianwang / Python Web Face Recognitionpython+tornado+pymysql. Building a personal website, realized face registration and login
DoryAzar / FaceDetectPythonFaceDetect is a face detection and recognition framework built in Python on top of the work of several open source projects and models with the hope to reduce the entry barrier for developers and to encourage them to focus more on developing innovative applications that make use of face detection and recognition.
RasulAlakbarli / Face Recognition W DeepFaceThis repo is a Python implementation that utilizes the DeepFace library and OpenCV for performing face recognition tasks. It offers functionality for both static images and real-time video from a webcam.
deepakmaharana278 / Face DetectionA Python-based face detection system using OpenCV and Haar Cascade classifiers, designed for real-time facial recognition in images and video streams.