Spaces:
Running on Zero
Running on Zero
docs: credit Claude Code (Claude Opus 4.8) as the coding agent
Browse files
README.md
CHANGED
|
@@ -74,5 +74,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.
|
|
|
|
| 78 |
STT: OpenAI Whisper (via faster-whisper) · Vision: **Qwen3-VL** · TTS: **Piper** · UI: Gradio (`gr.Server`).
|
|
|
|
| 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`).
|