Coder Social home page Coder Social logo

nalorokk / ultracam Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 3.0 166 KB

Project goal is to do simple, easy to use service which monitors IP cameras using rtsp, looks for persons there using opencv and YOLOv3, and notifies about them by Telegram or other method.

Python 70.89% HTML 29.11%
python surveillance opencv yolov3 telegram

ultracam's Introduction

Ultracam

Project goal is to do simple, easy to use service which monitors IP cameras using rtsp, looks for persons there using opencv, and notifies about them by Telegram.

Installation
1) pip install opencv-python jinja2 sanic shapely python-telegram-bot
2) wget https://pjreddie.com/media/files/yolov3.weights -o cfg/yolov3.weights
3) python main.py
4) it's web would be available at 127.0.0.1:8000, it is possible to configure rtsp streams there

Screenshot

SystemD .unit

It is usermode systemd unit, should be run with --user and placed in ~/.config/systemd/user/ultracam.service

[Unit]
Description=Ultracam Server

[Service]
Type=simple
WorkingDirectory=/home/USER/ultracam
ExecStart=python main.py
Restart=on-failure
RestartSec=10
KillMode=process

[Install]
WantedBy=default.target

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.