Git Product home page Git Product logo

facial_recognition_cv's Introduction

Facial Recognition Computer Vision App


What

  • A webcam that streams a live feed and can send the user a notification if it detects motion or people.

Why

  • Home security remains an important issue. Recently, for example, there have been several cases of thieves stealing packages from people’s porches and front doors. A security camera can help to keep a log of who enters or approaches a home.

How

  • A development board such as a Raspberry Pi/Pi Zero W can be used as a server which streams a live feed and sends notifications to a client.

Deliverables

  1. Network App (IoT Computer Vision)
  2. Documentation

Team Members

  • Arianna Burch

  • An Huynh

  • Sofia Lee

Getting Started

Install

  1. Check Python requirements (see requirements.txt)
  2. Install brackets application

Run

  1. On command prompt/terminal, cd into ProcessingServer/src subfolder for ProcessingServer.py
  2. On second command prompt/terminal, cd into CameraServer subfolder for WebSocketServer.py
  3. On third prompt/terminal, again cd into ProcessingServer/src subfolder for objectDetectionTest.py
  4. Download Brackets application and open Web subfolder in application
  5. Run ProcessingServer.py (for Mac/Linux use sudo python3, for Windows, py)
  6. Run WebSocketServer.py
  7. Run objectDetectionTest.py to jumpstart python3 app (you won't need it after that)
  8. Go to brackets open index.html from left sidebar. Click lightening icon on right side.

Notes

If you are on a Mac or Linux and running the program multiple times, run sudo lsof -i :21, and sudo lsof -i :5678, collect the PIDs, and run sudo kill -9 _PID_

Demo Video

https://youtu.be/4yIFA8Dnd2I

facial_recognition_cv's People

Contributors

amburch07 avatar

Watchers

Yam avatar  avatar

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.