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.
- Host: GitHub
- URL: https://github.com/kamangir/blue-sbc
- Owner: kamangir
- License: cc0-1.0
- Created: 2022-08-14T22:00:04.000Z (almost 4 years ago)
- Default Branch: current
- Last Pushed: 2025-02-09T03:38:23.000Z (over 1 year ago)
- Last Synced: 2025-06-09T12:49:04.536Z (about 1 year ago)
- Topics: bash, deep-learning, edge-computing, jetson, python, raspberry-pi, tensorflow
- Language: Python
- Homepage: https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
| | | | |
| --- | --- | --- | --- |
| [](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) | [](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) | [](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. ⚠️
---
[](https://github.com/kamangir/blue-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/blue-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/blue-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/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).