Real Estate Price Predictor — System Design

11 components · 9 links · 5 zones

Loading graph…
Legend
  • Standard node
  • External / inferred (dashed)
  • Database / persistent store
  • Load balancer / proxy
  • Zone band (small-caps title)
  • Link / dependency
  • Data flow (dashed)
  • Bidirectional (request/response)

Inferred components — evidence

  1. End User — inferred client actor; no code artifact, implied by interactive sliders in App.jsx.
  2. OS Filesystem — inferred; os.path.join(__file__, 'model.pkl') + joblib.load in main.py:47-50.
  3. CPython Runtime — inferred host; uvicorn.run("main:app", port=8000) in main.py:386-391; not a distinct deployable.