realtime-face-recognition-webcam-osx

Get instant face detection (gender, age, emotion etc.) of your face from your OSX iSight camera


Project maintained by u1i Hosted on GitHub Pages — Theme by mattgraham

Face Detection Photo Booth

A facial anaylysis camera that shows age, gender of a person, highlights eyes and nose on the face and makes a guess about the emotional expression of the person - in (almost) real time!

What it does

Some more technical details

Requirememts

How to use this demo

  1. Install imagesnap and ImageMagick - using brew
  2. Get an Azure subscription for the Cognitive Services Face API and add it to the file analyze_face.py
  3. open a terminal and run ./capture.sh in there
  4. it’s your choice which webserver you want to have, here we’re using a simple Python wrapper, you can run ./start_server.sh in a second terminal window (I run both commands in the same window using screen
  5. open http://localhost:8080 and try it out!