/ai-chapter-face-rec

Coding example from my Face Recognition talk in the artificial chapter

Primary LanguagePython

Here is the code snippet shown at my talk in the artificial chapter

Requirements

face_recognition that again requires dlib

Suggested reading

This blog post is from the creator of the face_recognition I use and explains the pipeline we use perfectly.