Skip to content
#

facerecognitionproject

Here are 38 public repositories matching this topic...

Face recognition system using raspberrypi as a client and a laptop as the server. Frames are captured by the raspberry pi and are transferred to the server using zmq protocol for processing and face recognition.If the face is recognised the server sends a messae to the raspberrypi using the same protocol for interfacing.

  • Updated Jul 15, 2019
  • Python

So in this project i have used OpenCV's Harcascade face classifier to detect the face in a live video through webcam, and then we do the inference on that image with a pre-trained model which is trained on FER 2013 dataset which i download from kaggle. So model does the inference and the predicted class is returned to the program which is the di…

  • Updated Oct 18, 2020
  • Jupyter Notebook

Analyzing Images and Training data for Identification of Impersonation (Face Recognition). This projected is implemented in websites where the photo uploaded as Profile picture needs basic restrictions . This project avoids multiple faces , scenery pictures, long shot pictures , text and word phrases and blurry pictures to be uploaded as a profi…

  • Updated Mar 13, 2017
  • HTML

Improve this page

Add a description, image, and links to the facerecognitionproject topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the facerecognitionproject topic, visit your repo's landing page and select "manage topics."

Learn more