GitHunt
ST

stilhere4huniid/Harare-Asset-Intelligence-Engine

A dual-mode Real Estate Intelligence Dashboard for Zimbabwe's top developers. Features automated Board Reporting (PDF), Leasing Feasibility Simulations, and Revenue Risk Detection using Python & Streamlit.

πŸ‡ΏπŸ‡Ό Harare Asset Intelligence Engine

Python
Streamlit
License

A professional-grade Real Estate Intelligence Dashboard designed for the Zimbabwean market.

This tool serves two distinct profiles:

  1. Terrace Africa (Operational Defense): Protecting revenue by identifying at-risk tenants using Survival Analysis.
  2. WestProp Holdings (Development Offense): Simulating leasing velocity and pre-let occupancy for the Mall of Zimbabwe.

πŸš€ Key Features

  • Automated Board Reporting: Generates instant, PDF-ready "Board Packs" for executive meetings.
  • Revenue Risk Detection: Uses statistical modeling to flag tenants with "Late Pay" or "Low Footfall" risks.
  • Leasing Simulation Engine: A "What-If" simulator that projects occupancy rates if pipeline deals close.
  • State Management: Robust session handling ensures data persists when switching between profiles.
  • Tenant Mix Analysis: Visualizes sector exposure (Retail vs. Food vs. Services) using Sunburst charts.

πŸ“Έ Visual Walkthrough

Scenario A: Revenue Protection (Terrace Africa)

Identifying $273k in monthly revenue at risk across the portfolio.

Live Dashboard Risk Detection Automated PDF Risk Report
Risk Dashboard Risk Report

Scenario B: Asset Deep Dive (Highland Park)

Drilling down into specific assets to view tenant mix and lease expiries.

Asset Level View Asset Performance Report
Asset Dashboard Asset Report

Scenario C: Development Feasibility (WestProp)

Simulating a 100% conversion rate on the leasing pipeline to secure bank funding.

Leasing Simulator (Pre-Simulation) Feasibility Report (Simulated)
Sim Dashboard Sim Report

Scenario D: High-Value Tenant Filtering

Filtering the pipeline for "Blue Chip" Anchor tenants with fit-out budgets > $3M.

Anchor Tenant Tracker Executive Budget Report
Budget Dashboard Budget Report

πŸ› οΈ Tech Stack

  • Core Logic: Python 3.9+
  • Frontend: Streamlit
  • Data Visualization: Plotly Express
  • Reporting Engine: FPDF (PDF Generation)
  • Data Manipulation: Pandas & NumPy
  • Statistical Modeling: Lifelines (Cox Proportional Hazards)

Harare-Asset-Intelligence-Engine/
β”‚
β”œβ”€β”€ assets/                     # Folder for all your screenshots
β”‚   β”œβ”€β”€ dashboard_terrace_risk.png
β”‚   β”œβ”€β”€ report_terrace_risk.pdf.png
β”‚   β”œβ”€β”€ dashboard_highland_park.png
β”‚   β”œβ”€β”€ report_highland_park.png
β”‚   β”œβ”€β”€ dashboard_westprop_anchors.png
β”‚   β”œβ”€β”€ report_westprop_anchors.png
β”‚   β”œβ”€β”€ dashboard_westprop_sim.png
β”‚   β”œβ”€β”€ report_westprop_sim.png
β”‚   └── ... (other images)
β”‚
β”œβ”€β”€ venv/                       # Virtual Environment (Do not commit to GitHub)
β”œβ”€β”€ .gitignore                  # Git Ignore file
β”œβ”€β”€ app.py                      # Main Application Script
β”œβ”€β”€ terrace_africa_v2.csv       # Generated Data
β”œβ”€β”€ westprop_v2.csv             # Generated Data
β”œβ”€β”€ data_generation.ipynb       # Renamed from 'Untitled.ipynb' for clarity
β”œβ”€β”€ requirements.txt            # Dependencies
β”œβ”€β”€ README.md                   # Main Landing Page
β”œβ”€β”€ METHODOLOGY.md              # The Math & Logic
β”œβ”€β”€ DOCUMENTATION.md            # User Manual
└── LICENSE                     # MIT License

πŸ’» Installation & Usage

  1. Clone the Repository

    git clone [https://github.com/stilhere4huniid/Harare-Asset-Intelligence-Engine.git](https://github.com/stilhere4huniid/Harare-Asset-Intelligence-Engine.git)
    cd Harare-Asset-Intelligence-Engine
  2. Install Dependencies

    pip install -r requirements.txt
  3. Run the Data Generator (Optional)
    If you want fresh random data, run the Jupyter Notebook:

    • Open data_generation.ipynb and run all cells to update the CSV files.
  4. Launch the Dashboard

    streamlit run app.py

⚠️ Disclaimer

This is an independent Data Science portfolio project created strictly for educational and demonstration purposes.

I am not affiliated with WestProp Holdings or Terrace Africa. All financial figures, rental assumptions, tenant names (outside of known anchors), and construction estimates are hypothetical simulations used to demonstrate financial modeling capabilities. This tool does not constitute professional investment advice, and the creator assumes no liability for decisions made based on its outputs.


πŸ“¬ Contact

Adonis Chiruka
Data Science & Financial Modeling


πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


MIT License Β© 2025 Adonis Chiruka