Property-media workflow for turning real-estate listing photos into shareable 3D walkthroughs.
The project explores a practical AI/media workflow: collect property photos, send them through a 3D scene-generation API, and return a buyer-facing tour link that an agent can use in a listing package.
This is an example of applied AI implementation, not a polished SaaS product. The useful signal is the workflow design:
- scope a repeatable customer job
- estimate per-job API cost
- define the operator steps
- package the output as something a business user can sell
- Capture property photos across rooms or viewpoints.
- Upload the images to the scene-generation provider.
- Generate a navigable 3D environment.
- Return a shareable tour link for listing pages, buyer previews, or agent follow-up.
generate-3d-tour.js- initial automation scriptREADME.md- project notes and workflow framing
Portfolio-ready implementation artifact. Kept public as a small example of AI workflow packaging and cost-aware product thinking.