A proof‑of‑concept project that ingests DWG/DXF files, extracts a layout graph, and uses a GNN + Stable‑Diffusion ControlNet pipeline to generate new layout proposals. The UI is built with Streamlit.
pip install -r requirements.txt
streamlit run ui/app.pyDeploy on Vercel with the included Dockerfile.