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

https://github.com/kamangir/blue-sbc

🌀 AI for single board computers.
https://github.com/kamangir/blue-sbc

bash deep-learning edge-computing jetson python raspberry-pi tensorflow

Last synced: 5 months ago
JSON representation

🌀 AI for single board computers.

Awesome Lists containing this project

README

          

# 🌀 blue-sbc

🌀 `@sbc` is an [`abcli`](https://github.com/kamangir/awesome-bash-cli) plugin for edge computing on [single board computers](https://github.com/kamangir/blue-bracket).

```bash
pip install blue_sbc

# @env dot list
@env dot cp local
```

| | | | |
| --- | --- | --- | --- |
| [![image](https://github.com/kamangir/blue-bracket/raw/main/images/blue3-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) | [![image](https://github.com/kamangir/blue-bracket/raw/main/images/chenar-grove-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [![image](https://github.com/kamangir/blue-bracket/raw/main/images/cube-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) | [![image](https://github.com/kamangir/blue-bracket/raw/main/images/eye_nano-1.jpg)](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) |

```mermaid
graph LR
camera["@sbc
<camera>
capture|preview
image|video"]

hardware_validate["@sbc
<hardware>
validate
<options>"]

session_start["@sbc
session
start"]

object["📂 object"]:::folder
camera_hardware["👁️‍🗨️ camera"]:::folder
hardware["🖱️ hardware"]:::folder
UI["💻 UI"]:::folder

camera_hardware --> camera
camera --> object
camera --> UI

hardware --> hardware_validate
hardware_validate --> hardware
hardware_validate --> UI

hardware --> session_start
session_start --> hardware
camera_hardware --> session_start
session_start --> object
session_start --> UI

classDef folder fill:#999,stroke:#333,stroke-width:2px;
```

# branches

- [current](.) active and default branch.
- [main](https://github.com/kamangir/blue-sbc/tree/main) legacy branch, is running on [a cluster of Raspberry pis](https://github.com/kamangir/blue-bracket). ⚠️ do not touch. ⚠️

---

[![pylint](https://github.com/kamangir/blue-sbc/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-sbc/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-sbc/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-sbc/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-sbc/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-sbc/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-sbc.svg)](https://pypi.org/project/blue-sbc/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-sbc)](https://pypistats.org/packages/blue-sbc)

built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sbc-7.74.1`](https://github.com/kamangir/blue-sbc).