Live2025
FloorPlan AI
Multimodal pipeline for generating architectural floor plans — built solo at HackByte 3.0 hackathon.
ReactFastAPIGeminiStable Diffusion
Overview
FloorPlan AI is a multimodal generative pipeline that takes natural language room descriptions and produces architectural floor plan images. Built as the sole full-stack developer during HackByte 3.0 hackathon.
Pipeline: User prompt → Gemini (structured room specs) → Stable Diffusion (floor plan image) → React canvas display.
The FastAPI backend orchestrates the two model calls with caching to avoid regenerating the same layout specs.
