fix submission tags: off-the-grid (was off-grid), add community-choice
Browse files
README.md
CHANGED
|
@@ -13,9 +13,10 @@ tags:
|
|
| 13 |
- backyard-ai
|
| 14 |
- tiny-titan
|
| 15 |
- off-brand
|
|
|
|
| 16 |
- best-demo
|
| 17 |
-
- off-grid
|
| 18 |
- sharing-is-caring
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# 👁️ Iris: your father's eyes, by voice
|
|
@@ -59,7 +60,7 @@ Accessibility shaped the whole interface, because the person it was made for ask
|
|
| 59 |
| Vision-language | **Qwen3-VL-2B-Instruct** | ~2B |
|
| 60 |
| Text-to-speech | Piper (pt_BR / en_US) | <1B |
|
| 61 |
|
| 62 |
-
**About 2.5B total**,
|
| 63 |
voice-first frontend is custom, built on **`gr.Server`** (Off-Brand). Inference runs
|
| 64 |
in the Space on **ZeroGPU**, with no third-party model APIs.
|
| 65 |
|
|
@@ -74,6 +75,6 @@ IRIS_WARMUP=1 python app.py # http://localhost:7860 (warmup preloads the mo
|
|
| 74 |
```
|
| 75 |
|
| 76 |
## Credits
|
| 77 |
-
Built by **Marcus Ramalho** for his father, with **Claude Code (Claude Opus 4.8)**.
|
| 78 |
The build is documented as an open [agent trace](https://huggingface.co/datasets/build-small-hackathon/iris-agent-trace).
|
| 79 |
STT: OpenAI Whisper (via faster-whisper) · Vision: **Qwen3-VL** · TTS: **Piper** · UI: Gradio (`gr.Server`).
|
|
|
|
| 13 |
- backyard-ai
|
| 14 |
- tiny-titan
|
| 15 |
- off-brand
|
| 16 |
+
- off-the-grid
|
| 17 |
- best-demo
|
|
|
|
| 18 |
- sharing-is-caring
|
| 19 |
+
- community-choice
|
| 20 |
---
|
| 21 |
|
| 22 |
# 👁️ Iris: your father's eyes, by voice
|
|
|
|
| 60 |
| Vision-language | **Qwen3-VL-2B-Instruct** | ~2B |
|
| 61 |
| Text-to-speech | Piper (pt_BR / en_US) | <1B |
|
| 62 |
|
| 63 |
+
**About 2.5B total**, **every model is ≤ 4B** (Tiny Titan). The
|
| 64 |
voice-first frontend is custom, built on **`gr.Server`** (Off-Brand). Inference runs
|
| 65 |
in the Space on **ZeroGPU**, with no third-party model APIs.
|
| 66 |
|
|
|
|
| 75 |
```
|
| 76 |
|
| 77 |
## Credits
|
| 78 |
+
Built by **Marcus Ramalho** for his father Marcos, with **Claude Code (Claude Opus 4.8)**.
|
| 79 |
The build is documented as an open [agent trace](https://huggingface.co/datasets/build-small-hackathon/iris-agent-trace).
|
| 80 |
STT: OpenAI Whisper (via faster-whisper) · Vision: **Qwen3-VL** · TTS: **Piper** · UI: Gradio (`gr.Server`).
|