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
- Host: GitHub
- URL: https://github.com/daveshap/maragi_sensor_video
- Owner: daveshap
- License: mit
- Created: 2018-02-27T13:49:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T11:00:38.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T13:44:25.259Z (9 months ago)
- Topics: agi, ai, artificial-intelligence, machine-learning, maragi, ml, opencv, python
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`