From dd912bba95f7408a350352ff36651358c73fb091 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sat, 19 Oct 2024 21:53:02 +0530 Subject: [PATCH] Added description for projct. --- ABOUT.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ABOUT.md diff --git a/ABOUT.md b/ABOUT.md new file mode 100644 index 0000000..fd4c405 --- /dev/null +++ b/ABOUT.md @@ -0,0 +1,13 @@ +# About +- Project uses Python for motion sensing using the camera + - Uses picamera, opencv, numpy libraries for processing the camera feed and motion detection + - Uses requests library for sending notification +- Docker for running 2 containers: + - ntfy for notifications and dashboard (supports PUB/SUB too!) + - wireguard for encrypted tunnel (didn't test since my router has CG-NAT) + +# Features + - Scanning the camera feed and processing all done locally, therefore no 3rd party, hence privacy and security preserved + - Docker for isolation of notifications and encrypted tunnel + - Entire setup secured using ufw firewall +