Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -22,8 +22,10 @@ Arc de Triomphe, Sacré-Cœur, Moulin Rouge, Panthéon.
|
|
| 22 |
|
| 23 |
The whole asset pipeline was produced by an agent calling two Hugging Face
|
| 24 |
Spaces through their **`agents.md`** files — machine-readable docs that tell an
|
| 25 |
-
agent exactly how to call a Space's API (endpoints, params, auth, polling).
|
| 26 |
-
|
|
|
|
|
|
|
| 27 |
|
| 28 |
1. **Images** — [`ideogram-ai/ideogram4`](https://huggingface.co/spaces/ideogram-ai/ideogram4/agents.md)
|
| 29 |
generated each monument as a dark-background "specimen" (and the Eiffel as a
|
|
@@ -35,10 +37,6 @@ The `.ply` files were then compressed to `.ksplat` (~3× smaller) for fast loadi
|
|
| 35 |
See the `gen_*.py` / `hf_call.py` scripts in this repo — that's the exact pipeline
|
| 36 |
the agent ran against those two `agents.md` endpoints.
|
| 37 |
|
| 38 |
-
> **Try it yourself:** copy one of the `agents.md` links above and paste it into
|
| 39 |
-
> your coding agent (e.g. Claude Code). It reads the spec and drives the Space for
|
| 40 |
-
> you — generating images or splats — no manual clicking required.
|
| 41 |
-
|
| 42 |
## Built with
|
| 43 |
|
| 44 |
[three.js](https://threejs.org) and
|
|
|
|
| 22 |
|
| 23 |
The whole asset pipeline was produced by an agent calling two Hugging Face
|
| 24 |
Spaces through their **`agents.md`** files — machine-readable docs that tell an
|
| 25 |
+
agent exactly how to call a Space's API (endpoints, params, auth, polling). To do
|
| 26 |
+
the same, just copy one of the `agents.md` links below and paste it into your
|
| 27 |
+
coding agent (e.g. Claude Code): it reads the spec and drives the Space for you —
|
| 28 |
+
generating images or splats — no manual clicking required.
|
| 29 |
|
| 30 |
1. **Images** — [`ideogram-ai/ideogram4`](https://huggingface.co/spaces/ideogram-ai/ideogram4/agents.md)
|
| 31 |
generated each monument as a dark-background "specimen" (and the Eiffel as a
|
|
|
|
| 37 |
See the `gen_*.py` / `hf_call.py` scripts in this repo — that's the exact pipeline
|
| 38 |
the agent ran against those two `agents.md` endpoints.
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## Built with
|
| 41 |
|
| 42 |
[three.js](https://threejs.org) and
|