Skip to content

BoringCode/JSPhotoBooth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with mitchell-mays/FacialRecognitionProj:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Facial Detection Photo Booth

Detect faces and draw cool props on them using JavaScript in the browser.

Created by Bradley Rosenfeld, Mitchell Mays, Noah Drabinsky

Requirements

  • Python 3+
  • virtualenv
  • PIP
  • Working webcam

Setup

Create virtualenv and install requirements

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Run development server

python FacialRecognition.py

Open in your web browser and allow access to your webcam.

About

Detect faces and draw cool props on them using JavaScript in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • HTML 5.0%
  • Python 1.7%