Git Product home page Git Product logo

autobackup-iot's Introduction

AutoBackup-IoT

An alarm system to alarm a user if he/she leaves without his IoT device. This part of the code is for the IoT part where response to request made by the server.

  • Read gyro sensor's data and returns 0 (not moving) or 1 (moving)

*This project is done with MinJun Kwak


The rest of this information is meant for IoT Server part. But this part of the code is lost so only my instructions are left.

  1. Install OpenCV 3 on Raspbian Jessie
  1. Access raspberry pi camera with opencv and python
  1. Increase raspberry pi FPS (not necessary though)
  1. Face recognition with python https://realpython.com/blog/python/face-recognition-with-python/

  2. Face detection Raspberry WebCam. https://realpython.com/blog/python/face-detection-in-python-using-a-webcam/

  3. Combine step 5 and step 2 so that it works for raspberry cam + change "cv2.cv.CV_HAAR_SCALE_IMAGE" to "cv2.CASCADE_SCALE_IMAGE"

Creating Server 0. Create file named main.js

  1. npm init (so that I can get npm created by others)
  2. npm install express -- save, npm install supervisor -g, npm install python-shell, body-parser, request

autobackup-iot's People

Contributors

chaho12 avatar

Watchers

James Cloos 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.