Skip to content

Minyanaing/face_recognition_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition

This tutorial is testing the face recognition. I used Face recognition library to get measurements of the face and OpenCV to take the image streams from the webCam.

Code summary

After detecting the face from the camera, it matched with the face that I already saved in a folder. If the face matches and the name is not recorded in CSV, it put the name and the time in the CSV.

The required packages can be installed:

  • pip install opencv-python
  • pip install face-recognition
  • pip install cmake
  • pip install dlib

Test Image

Test Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages