Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 782 Bytes

Readme.md

File metadata and controls

22 lines (11 loc) · 782 Bytes

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