https://github.com/salekd/rpizero_smart_camera3
Smart security camera with Raspberry Pi Zero and OpenFaaS
https://github.com/salekd/rpizero_smart_camera3
aws-s3 docker mobilenet openfaas python raspberry-pi serverless-functions tensorflow video-streaming
Last synced: 4 months ago
JSON representation
Smart security camera with Raspberry Pi Zero and OpenFaaS
- Host: GitHub
- URL: https://github.com/salekd/rpizero_smart_camera3
- Owner: salekd
- Created: 2017-11-13T16:19:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T21:43:04.000Z (over 7 years ago)
- Last Synced: 2025-12-19T20:56:51.817Z (7 months ago)
- Topics: aws-s3, docker, mobilenet, openfaas, python, raspberry-pi, serverless-functions, tensorflow, video-streaming
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 70
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart security camera with Raspberry Pi Zero and OpenFaaS
This repository shows how to turn Raspberry Pi Zero into a smart security camera using serverless functions. The solution is based on the following key components:
* use of available **Motion** software to detect movement,
* use serverless function deployed by **OpenFaaS**, running **TensorFlow Object Detection API** with the **SDD MobileNet v1** model,
* use serverless funciton deployed by **OpenFaaS** to upload images into **Amazon S3** and send e-mail notifications,
* enable remote live video steaming through **remot3.it**
The installation procedure is documented here https://github.com/salekd/rpizero_smart_camera3/wiki
