Skip to content

etfriedman/Live-FacialRecognition-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live Facial Recognition in python using dlibs pre-trained model. Some code adapted from face_recognition library.

Use of face_recognition library, edited to train on any number of images that you put inside the /Faces/ Folder.

Make sure you have:

most of these come with anaconda, except opencv, dlib.

Instructions

  1. clone this repo to a folder using: git clone https://github.com/etfriedman/machine-learning.git

  2. Inside the folder "Faces" put a .jpg or .jpeg image of someones face, just one face per image. When you run the notebook it will train the face and be able to detect it. a python window will pop up showing your webcam.

  3. press q to stop the webcam.

-Ethan Friedman, 2019

big thanks to the people who helped develop: https://github.com/ageitgey/face_recognition.

About

Live Facial Recognition with custom image folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published