Home / Companies / HuggingFace / Blog / Post Details
Content Deep Dive

How an Agent Built a 3D Paris Gallery by Chaining Two Hugging Face Spaces

Blog post from HuggingFace

Post Details
Company
Date Published
Author
Mishig Davaadorj
Word Count
907
Language
-
Hacker News Points
-
Summary

In this article, Mishig Davaadorj explores the innovative process of building a 3D gallery of Parisian monuments by chaining two Hugging Face Spaces, highlighting a shift towards a "building block economy" in software development. By using a coding agent, Davaadorj demonstrates how multimedia assets can be efficiently created and integrated by leveraging small, well-documented components from the Hugging Face Hub. The process involved using the ideogram-ai/ideogram4 Space to generate images of monuments and the VAST-AI/TripoSplat Space to convert those images into 3D Gaussian splats, without the need for traditional image generation or 3D reconstruction tools. The key to this seamless integration is the use of agents.md documentation, which simplifies the process of chaining different models and eliminates the complexities of integration. This method exemplifies how agents can now easily compose state-of-the-art models into functional applications, suggesting a future where software development is more about assembling existing components than building from scratch.