Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcmartin/addon-ambianic
ambianic.ai edge AI software as Home Assistant addon
https://github.com/dcmartin/addon-ambianic
addon home-assistant
Last synced: about 1 month ago
JSON representation
ambianic.ai edge AI software as Home Assistant addon
- Host: GitHub
- URL: https://github.com/dcmartin/addon-ambianic
- Owner: dcmartin
- License: apache-2.0
- Created: 2020-08-13T15:30:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T17:06:29.000Z (over 4 years ago)
- Last Synced: 2024-10-13T07:50:59.488Z (2 months ago)
- Topics: addon, home-assistant
- Language: Shell
- Homepage: http://ambianic.ai
- Size: 2.99 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🏠 - `ambianic` _add-on_
This [Home Assistant](http://home-assistant.io) add-on utilizes the [Ambianic project](https://ambianic.ai/) to detect and classify entity(s) in images. More information [about](docs/ABOUT.md) this _addon_.
## Status
This _addon_ is built for the following architectures and available in [Docker Hub](https://hub.docker.com/r/dcmartin/addon-ambianic).![](https://img.shields.io/badge/amd64-yes-green.svg)[![](https://images.microbadger.com/badges/image/dcmartin/amd64-addon-ambianic.svg)](https://microbadger.com/images/dcmartin/amd64-addon-ambianic)[![](https://images.microbadger.com/badges/version/dcmartin/amd64-addon-ambianic.svg)](https://microbadger.com/images/dcmartin/amd64-addon-ambianic)[![](https://img.shields.io/docker/pulls/dcmartin/amd64-addon-ambianic.svg)](https://hub.docker.com/r/dcmartin/amd64-addon-ambianic)
![](https://img.shields.io/badge/aarch64-yes-green.svg)[![](https://images.microbadger.com/badges/image/dcmartin/aarch64-addon-ambianic.svg)](https://microbadger.com/images/dcmartin/aarch64-addon-ambianic)[![](https://images.microbadger.com/badges/version/dcmartin/aarch64-addon-ambianic.svg)](https://microbadger.com/images/dcmartin/aarch64-addon-ambianic)[![](https://img.shields.io/docker/pulls/dcmartin/aarch64-addon-ambianic.svg)](https://hub.docker.com/r/dcmartin/aarch64-addon-ambianic)
![](https://img.shields.io/badge/armv7-yes-green.svg)[![](https://images.microbadger.com/badges/image/dcmartin/armv7-addon-ambianic.svg)](https://microbadger.com/images/dcmartin/armv7-addon-ambianic)[![](https://images.microbadger.com/badges/version/dcmartin/armv7-addon-ambianic.svg)](https://microbadger.com/images/dcmartin/armv7-addon-ambianic)[![](https://img.shields.io/docker/pulls/dcmartin/armv7-addon-ambianic.svg)](https://hub.docker.com/r/dcmartin/armv7-addon-ambianic)
## How to Use
Install using the Home Assistant addon store; add this repository `http://github.com/dcmartin/hassio-addons` to your store and select the `ambianic` _addon_.## Configuration
The Ambianic _addon_ has the following configuration options (see [DOCS.md](DOCS.md) for more information:### `sources`
Sources for sensors which can be consumed, e.g. an `RTSP` feed from a web camera.### `ai_models`
TensorFlow Lite models which may be executed using `CPU` only or in conjunction with a Google Coral accelerator.### `pipelines`
Pipelines define a sequential series of _actions_ which are grouped together.### `actions`
Actions are specific functions performed, e.g. `detect`## Changelog & Releases
Releases are based on Semantic Versioning, and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
based on the following:- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.## Authors & contributors
David C Martin ([email protected])[commits]: https://github.com/dcmartin/addon-ambianic/commits/master
[contributors]: https://github.com/dcmartin/addon-ambianic/graphs/contributors
[dcmartin]: https://github.com/dcmartin
[issue]: https://github.com/dcmartin/addon-ambianic/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[releases]: https://github.com/dcmartin/addon-ambianic/releases
[repository]: https://github.com/dcmartin/hassio-addons