Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

46cbbad · May 14, 2025

History

History
63 lines (44 loc) · 1.53 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.53 KB

🏛️ Monument Intelligence Dashboard

An interactive, AI-powered dashboard built with Preswald that explores iconic monuments across the world.
Analyze historical sites by region, visitors, time period, and more—all through stunning visualizations and natural language chat.


🌍 Features

  • 📍 Geospatial map of monuments with scalable marker sizes based on yearly visitors
  • 📊 Interactive filters for time period and visitor counts
  • 📈 Graphs for trends by country and build century
  • 🧠 Built-in chatbot for natural language queries
  • 🎨 Sidebar branding, responsive layout, and clean UI

🗂 Dataset

The app uses a curated GeoJSON dataset with 45+ monuments including attributes like:

  • Name & Location
  • Year Built
  • Estimated Visitors per Year
  • Latitude/Longitude coordinates

File: data/monuments_geo.geojson


🚀 Run Locally

Make sure you have Python ≥3.8 and Preswald installed.

pip install preswald

Then run the app.

preswald run

📁 Folder Structure

monument-dashboard/ ├── hello.py ├── preswald.toml ├── pyproject.toml ├── README.md ├── .gitignore ├── data/ │ └── monuments_geo.geojson ├── images/ │ ├── logo.png │ └── favicon.ico └── dist/ # (created after export)

💡 Credits

Built using Preswald Inspired by global cultural heritage and open data initiatives 🌐