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