All Projects → erogol → Raspisecurity

erogol / Raspisecurity

Home Surveillance for Raspberry

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Raspisecurity

Picamnn
Survelliance system with deep learning based people detection (YOLO)
Stars: ✭ 97 (-24.22%)
Mutual labels:  raspberry-pi, opencv, surveillance
Raspberryrobot
基于树莓派的智能机器人
Stars: ✭ 11 (-91.41%)
Mutual labels:  raspberry-pi, opencv
Facerec Lock
Face recognition to control servo lock using Raspberry Pi and OpenCV
Stars: ✭ 7 (-94.53%)
Mutual labels:  raspberry-pi, opencv
Opencv 3.2.0 Compiling On Raspberry Pi
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
Stars: ✭ 65 (-49.22%)
Mutual labels:  raspberry-pi, opencv
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+176.56%)
Mutual labels:  raspberry-pi, opencv
Pibooth
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
Stars: ✭ 398 (+210.94%)
Mutual labels:  raspberry-pi, opencv
Rpindvi
Raspberry PI NDVI Code
Stars: ✭ 57 (-55.47%)
Mutual labels:  raspberry-pi, opencv
Drowsiness detection
Stars: ✭ 250 (+95.31%)
Mutual labels:  raspberry-pi, opencv
Rpicam
Raspberry PI Surveillance Automation
Stars: ✭ 77 (-39.84%)
Mutual labels:  raspberry-pi, surveillance
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-38.28%)
Mutual labels:  raspberry-pi, opencv
Robovision
AI and machine leaning-based computer vision for a robot
Stars: ✭ 126 (-1.56%)
Mutual labels:  opencv, surveillance
Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (+151.56%)
Mutual labels:  raspberry-pi, opencv
Rpisurv
Raspberry Pi surveillance
Stars: ✭ 293 (+128.91%)
Mutual labels:  raspberry-pi, surveillance
Pi Timolo
Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
Stars: ✭ 441 (+244.53%)
Mutual labels:  raspberry-pi, opencv
Pigeon
Pigeon is a simple 3D printed cloud home surveillance camera project that uses the new Raspberry Pi Zero W
Stars: ✭ 266 (+107.81%)
Mutual labels:  raspberry-pi, surveillance
Smart Surveillance System Using Raspberry Pi
This is my Third Year Project for face recognition using OpenCV
Stars: ✭ 41 (-67.97%)
Mutual labels:  raspberry-pi, opencv
Photobooth
A flexible photobooth software
Stars: ✭ 227 (+77.34%)
Mutual labels:  raspberry-pi, opencv
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+89.06%)
Mutual labels:  raspberry-pi, opencv
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+6659.38%)
Mutual labels:  raspberry-pi, opencv
Hiitpi
A workout trainer Dash/Flask app that helps track your HIIT workouts by analyzing real-time video streaming from your sweet Pi using machine learning and Edge TPU..
Stars: ✭ 106 (-17.19%)
Mutual labels:  raspberry-pi, opencv

RaspiSecurity

Home Surveillance with Raspberry with only ~100 lines of Python Code. For technical details check the medium post. Hope you like it.

Installation to a new Raspberry2 B+

Install necessary libraries

  • sudo apt-get update
  • sudo apt-get install build-essential python2.7-dev python-setuptools
  • sudo su
  • sh install_opencv.sh
  • sudo easy_install pip
  • sudo pip install picamera

Setup config files

  • Set email address to be used by the agent. It is in the source code.
  • Set your email address to be noticed for each alert

Run the agent

  • python server.py
  • Go to given URL on the terminal
  • Activate or deactivate the agent. The idea here, if you are close to your house, your phone will connect to your net before you enter the house, then you can deactivate the agent to prevent wrong alert on you. You should also activate it before leaving the house. Itĺl give you some time to leave the house then become active.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].