Skip to content

A repo that summarizes how facial recognition works. Check out the Jupiter notebook

Notifications You must be signed in to change notification settings

dimitriosp/facial_recognition_101

 
 

Repository files navigation

Facial Recognition 101

This repository is meant to bring together information from different sources and present the topic of Facial Recognition.

The goal of this repository is take the reader through a jupyter notebook which will describe the technics, tools and working code examples. By the end of the jupyter notebook the reader should be able to understand the concepts involved with facial recognition, and train new images and perform facial recognition on thier own input.

See the jupyter notebook for the actual presentation of this material

Setup

At a minimum you will need: (the requirements is provided but is used in other ML projects and might contain more than is actually necessary)

  • OpenCV 4.1.x

  • dlib

  • scikit-image

  • face_recognition

  • imutils

About

A repo that summarizes how facial recognition works. Check out the Jupiter notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 60.9%
  • Python 38.8%
  • Shell 0.3%