Git Product home page Git Product logo

face-detect-led-glow's Introduction

##Glow LED using Face Detection ###using Python, Open CV and Arduino

A nice but simple set up to turn an LED on or off depending on whether a face is detected in the webcam by interfacing an Arduino with the computer via serial communication

To summarise, the following happens

  • Python program constantly captures images from webcam
  • Converts image to black and white for easier computations
  • Displays image on screen - giving effect of live webcam stream
  • Haar detection done using OpenCV Haar Classifier - Draws rectange around face if detected
  • If detected, also send some text via serial port
  • Meanwhile Arduino is reading serial port - when message received, turns LED off... On if no message received

face-detect-led-glow's People

Stargazers

Ricardo de Deijn avatar  avatar

Watchers

 avatar

Forkers

knowledge16

face-detect-led-glow's Issues

Not opening!

Your files are in import cv not in import cv2 and import cv module is not available and not running as expected.

Kindly Help!
Yatin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.