812406210 / FaceRecognizer

:boy: A face recognition algorithm which notifies you on facebook in case of an Intruder attack

Home Page:http://www.instructables.com/id/IntruderGuest-alert-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceRecognizer

A face recognition algorithm written in Python.

Real-Time detection & prediction of subjects/persons in video recording with built-in camera.

If there is any intruder (known/ unknown subjects) attack, it automatically posts on your Facebook timeline to notify you and your friends/neighbors.

Preview

Screen-shot while detecting & predicting subject(s) in real-time video.

alt tag

Screen-shot of Facebook post regarding intruder attack.

alt tag

Usage of available files

File Name Used to
build_csv.py build a csv file with paths to train images with labels.
detect_save_images.py detect faces and save cropped images to output folder.
face_detect_recognition.py detect & recognize faces in images and display them.
face_detrec_video.py detect & recognize intruders in real-time video and notifies on facebook
face_recognition.py train eigen_model & recognise faces in pre-cropped images
resize_rotate_images.py pre-process images and saves output to output_folder

About

:boy: A face recognition algorithm which notifies you on facebook in case of an Intruder attack

http://www.instructables.com/id/IntruderGuest-alert-system/


Languages

Language:Python 100.0%