You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the project files for a program I made that detects "unauthorized" people (parents) in my room. If there is a parent or someone the camera doesn't recognize in my room, it will send me an email.
This project aims to build a face recognition system that can detect and recognize faces from images or video streams. The project is built using the powerful OpenCV library in Python.
An application that recognizes faces. If you put a picture of yourself in a folder, the application will find your picture, recognize it and recognize you. Projects written entirely in Python.
The project presents a unsupervised learning framework which can learn and recognize human faces. A face can be described using a set of 2D characterisitic views. The "eigen faces" or eigen vectors of the training images are used to define a face space. The images are projected onto this face space that also encodes the variation amongst the kno…