corehacker / ch-storage-server

Storage HTTP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ch-storage-server

Build Status

  • Server receives HTTP POSTs for inidividual segments.
  • Save in directory structure based on date and hour.
  • Purge content after TTL expiry.
  • Sever runs on a desktop linux based machine.
  • Motion Detection
    • v1: Used OpenCV background subtraction concept to detect motion.
    • v2: Used Tensorflow to detect if a specific motion has motion or not. Trained a custom graph atop inception v3 and used the same for motion detection.
  • Setup a postfix mail server which would trigger notifications via email.
  • Simple JSON configuration framework for customization (feature flags/notification config/tensorflow parameters).

About

Storage HTTP server.

License:MIT License


Languages

Language:C++ 89.8%Language:M4 6.4%Language:Dockerfile 1.9%Language:Starlark 1.0%Language:Makefile 0.4%Language:Shell 0.3%Language:HCL 0.2%