Skip to content

A basic facial recognition app for registering a user from pictures with them and then authenticates them so that they may use the FLEX mirror. Uses OpenCV and machine learning.

Notifications You must be signed in to change notification settings

KyleRAnderson/FLEX-Facial-Recognition

Repository files navigation

FLEX Vision

The vision portion of the FLEX team project, responsible for detecting and authenticating users' faces.

Installation

  1. Install OpenCV
  2. Run pip install -U scikit-learn

Installing OpenCV on the Raspberry PI

I followed these instructions with modifications in the following places:

  • In Step #4, replace sudo pip install virtualenv virtualenvwrapper with sudo pip3 install virtualenv virtualenvwrapper to install it on python 3.

Project

See the project video

About

A basic facial recognition app for registering a user from pictures with them and then authenticates them so that they may use the FLEX mirror. Uses OpenCV and machine learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages