An open API service indexing awesome lists of open source software.

https://github.com/daveshap/maragi_sensor_video

basic MARAGI service for single camera sensor
https://github.com/daveshap/maragi_sensor_video

agi ai artificial-intelligence machine-learning maragi ml opencv python

Last synced: 4 months ago
JSON representation

basic MARAGI service for single camera sensor

Awesome Lists containing this project

README

          

# MARAGI Sensor Service
* Video sensor service
* _**Sensor Service**_ >> Model Service >> Executive Service >> Action Service

Key | Value
--- | ---
`service_type` | `sensor`
`amqp_consumes` | ``
`amqp_produces` | `sensor_video`

# Instructions

1. **CLONE** this repo with `git clone https://github.com/daveshap/cam_svc.git`
2. **BUILD** the Docker image with `docker build --tag maragi_cam --file Dockerfile .`
3. **LAUNCH** the image with `./launch.sh` or `docker run -d --privileged --network maragi_net maragi_cam`