{"id":21243478,"url":"https://github.com/kamangir/blue-sbc","last_synced_at":"2026-02-13T11:56:28.974Z","repository":{"id":65100831,"uuid":"524788947","full_name":"kamangir/blue-sbc","owner":"kamangir","description":"🌀 AI for single board computers.","archived":false,"fork":false,"pushed_at":"2025-02-09T03:38:23.000Z","size":340,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"current","last_synced_at":"2025-06-09T12:49:04.536Z","etag":null,"topics":["bash","deep-learning","edge-computing","jetson","python","raspberry-pi","tensorflow"],"latest_commit_sha":null,"homepage":"https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamangir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-14T22:00:04.000Z","updated_at":"2025-02-09T03:38:26.000Z","dependencies_parsed_at":"2025-02-05T22:25:40.658Z","dependency_job_id":"e1a80905-c10b-4768-bfac-eab9f64dfe49","html_url":"https://github.com/kamangir/blue-sbc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kamangir/blue-sbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamangir%2Fblue-sbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamangir%2Fblue-sbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamangir%2Fblue-sbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamangir%2Fblue-sbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamangir","download_url":"https://codeload.github.com/kamangir/blue-sbc/tar.gz/refs/heads/current","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamangir%2Fblue-sbc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263041896,"owners_count":23404457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","deep-learning","edge-computing","jetson","python","raspberry-pi","tensorflow"],"created_at":"2024-11-21T01:12:25.514Z","updated_at":"2026-02-13T11:56:28.914Z","avatar_url":"https://github.com/kamangir.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌀 blue-sbc\n\n🌀 `@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). \n\n```bash\npip install blue_sbc\n\n# @env dot list\n@env dot cp \u003cenv-name\u003e local\n```\n\n|   |   |   |   |\n| --- | --- | --- | --- |\n| [![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) |\n\n```mermaid\ngraph LR\n    camera[\"@sbc\u003cbr\u003e\u0026lt;camera\u0026gt;\u003cbr\u003ecapture|preview\u003cbr\u003eimage|video\"]\n\n    hardware_validate[\"@sbc\u003cbr\u003e\u0026lt;hardware\u0026gt;\u003cbr\u003evalidate\u003cbr\u003e\u0026lt;options\u0026gt;\"]\n\n    session_start[\"@sbc\u003cbr\u003esession\u003cbr\u003estart\"]\n\n    object[\"📂 object\"]:::folder\n    camera_hardware[\"👁️‍🗨️ camera\"]:::folder\n    hardware[\"🖱️ hardware\"]:::folder\n    UI[\"💻 UI\"]:::folder\n\n    camera_hardware --\u003e camera\n    camera --\u003e object\n    camera --\u003e UI\n\n    hardware --\u003e hardware_validate\n    hardware_validate --\u003e hardware\n    hardware_validate --\u003e UI\n\n    hardware --\u003e session_start\n    session_start --\u003e hardware\n    camera_hardware --\u003e session_start\n    session_start --\u003e object\n    session_start --\u003e UI\n\n    classDef folder fill:#999,stroke:#333,stroke-width:2px;\n```\n\n# branches\n\n- [current](.) active and default branch.\n- [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. ⚠️\n\n---\n\n\n[![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)\n\nbuilt 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).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamangir%2Fblue-sbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamangir%2Fblue-sbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamangir%2Fblue-sbc/lists"}