dmi-vs-ml-dashboard / README.md
Ciroc0's picture
Refresh dashboard README
b9cc9b1

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: Aarhus Weather Dashboard
emoji: 📊
colorFrom: indigo
colorTo: red
sdk: gradio
sdk_version: 5.47.2
python_version: '3.10'
suggested_hardware: cpu-basic
startup_duration_timeout: 15m
app_file: app.py
license: apache-2.0

Aarhus Weather Dashboard

Read-only Gradio dashboard for forecast inspection and model evaluation in Aarhus. Maintained by Ciroc0.

What this Space does

  • loads training data and model bundles from Ciroc0/dmi-aarhus-weather-data
  • loads live predictions from Ciroc0/dmi-aarhus-predictions
  • rebuilds a 7-day historical backtest locally
  • visualizes temperature, wind, rain and performance

Runtime behaviour

  • no scheduler
  • cache TTL: 300 seconds
  • history window: 7 days
  • future window: 48 hours

File loading order

Predictions dataset

  1. predictions_latest.parquet
  2. predictions.parquet as legacy fallback

Weather dataset

  1. training_matrix.parquet
  2. data.parquet as legacy fallback

Tabs

  • Temperature
  • Wind
  • Rain
  • Performance

Notes

  • This Space is separate from the public Vercel frontend in the root repo.
  • The Vercel frontend prefers frontend_snapshot.json, while this Gradio Space computes its own view from parquet/model files.

License

Source code in this Space is released under Apache-2.0. Preserve attribution to Ciroc0 and keep applicable notice/license files when redistributing the code.