Giter VIP home page Giter VIP logo

home_surveillance's Introduction

Home Surveilance with Facial Recognition.


solarized dualmode

System Overview

![solarized dualmode] (https://github.com/BrandonJoffe/home_surveillance/blob/prototype/system/debugging/designOverview-2.png?raw=true)

Installation


  1. Pull Docker Image
docker pull bjoffe/openface_flask_v2
  1. Run Docker image, make sure you mount your User directory as a volume so you can access your local files
docker run -v /Users/:/host/Users -p 9000:9000 -p 8000:8000 -p 5000:5000 -t -i bjoffe/openface_flask_v2  /bin/bash

Usage


  • Navigate to the home_surveillance project inside the Docker container
  • Move into the system directory
cd system
  • Run WebSocket.py
python WebSocket.py
  • Visit localhost:5000
  • Login Username: admin Password admin

Notes and Features


  • To add your own IP camera simply add the URL of the camera into field on the camera panel on the client dashboard.

  • Cameras can be set to perform motion detection, face recognition and person tracking

  • Faces that are detected are shown in the faces detected panel on the Dashboard

  • There is currently no formal database setup and the faces are stored in the aligned-images & training-images directories

  • To add faces to the database add a folder of images with the name of the person and retrain the classifier by selecting the retrain database on the client dashboard. Images can also be added through the dashboard but can currently only be added one at a time.

  • The Dashboard allows you to configure your own email and alarm trigger alerts.

  • The alerts panel allows you to set up certain events such as the recognition of a particular person or motion detection so that you receive an email alert when the event occurs. The confidence slider sets the accuracy that you would like to use for recognition events. By default you'll receive a notification if a person is recognised with a percentage greater than 50%.

  • A person is classified as unknown if they are identified with a confidence less than 50%

  • The alarm control panel sends http post requests to a web server on a Raspberry PI to control GPIO pins. The RPI alarm interface code is yet to be uploaded, but will be available shortly.

  • On a 2011 mac book pro the system can process up to 6 cameras however the video streaming does lag. That being said, frames are still processed in real time on the server.

  • Currently there are a few bugs and the code isn't fully commented.

  • There is plenty work to be done for this system to become a fully functional and secure open source home surveillance system.

  • This project is being developed for the purpose of my thesis and I hope to have a fully functional system by the end of October 2016.

References


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.