Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 682 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 682 Bytes

RecognizeMe

RecognizeMe is a facial recognition web app for processing live video feeds. It allows you to turn any video feed into a full fledged autonomous security system with the ability to allow authorized individuals to pass but notify you when unidentified individuals have been seen in the feed.

dashboard

dashboard

Setup:

Install dlib with python wrappers from https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf

Credit:

face_recognition API from https://github.com/ageitgey/face_recognition