• Stars
    star
    142
  • Rank 252,974 (Top 6 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Home Surveillance for Raspberry

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.

More Repositories

1

beauty.torch

Understanding facial beauty with deep learning.
Jupyter Notebook
100
star
2

FFTNet

FFTNet vocoder implementation
Jupyter Notebook
81
star
3

QuoraDQBaseline

Baseline solution to Quora Duplicate Question dataset.
Python
80
star
4

KLP_KMEANS

Very fast Clustering with Kohonen Learning Procedure KMEANS based on NUMPY, SCIPY or THEANO
Python
39
star
5

Net2Net

Net2Net implementation on PyTorch for any possible vision layers.
Python
38
star
6

resnet.torch

an updated version of fb.resnet.torch with many changes.
Jupyter Notebook
37
star
7

seg-torch

Segmentation with deep learning
Lua
37
star
8

RSOM

Rectifying Self Organizing Map
Python
26
star
9

TTS_tf

WIP Tensorflow implementation of https://github.com/mozilla/TTS
Python
15
star
10

Random_Forests

This is a very efficient Random Forests implementation for MATLAB based on low level "cart" tree implementation.
C++
14
star
11

Prebitation

Experiments to predict Bitcoin price with ML
Jupyter Notebook
12
star
12

StudyAdversarials

Some of my experiments targeting adversarial instances
Jupyter Notebook
12
star
13

Image_Stiching

Image Stiching for Panoramic Images
MATLAB
10
star
14

Shot_Boundary_Detection

Shot_Boundary_Detection at Matlab
MATLAB
8
star
15

DominantSetClustering

This is a MATLAB implementation of 'Dominant Sets and Pairwise Clustering', by Massimiliano Pavan and Marcello Pelillo, PAMI 2007.
MATLAB
8
star
16

caffe-windows

Caffe compilation for windows VS2013 from latest caffe-dev branch. Exact project is lying there https://github.com/BVLC/caffe
C++
6
star
17

TTS_experiments

Original repo is https://github.com/mozilla/TTS. Please fork that unless you have something you like here.
Jupyter Notebook
6
star
18

Neural_Network_Matlab_Imp

Some neural network pradigms implemented in Matlab
Objective-C
4
star
19

EigthtBit

Basic computer vision and deep learning routines on Python
Python
4
star
20

pytorch_layers

Pytorch snippets, layers and more
Python
3
star
21

ddc-samples

🐸💬 Coqui TTS Double Decoder Consistency samples
HTML
2
star
22

CUDA_MATRIX_TRANSPOSE

CUDA Matrix Transpose Variations
D
2
star
23

InnerTalk

A chatbot interface that helps you to take decision
HTML
1
star
24

hacking_scripts

Experimental computer hacking scripts
1
star
25

erogol.github.io

HTML
1
star
26

EM_with_Gaussian_Mixture_Model

fast and optimized experimental Expectation Maximization on Gaussian Mixture Model in MATLAB
Objective-C
1
star
27

sample_app

1
star