Create README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,35 @@
|
|
| 1 |
---
|
| 2 |
-
title: Skyloom
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.16.0
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Skyloom Karachi AQI Forecaster
|
| 3 |
+
emoji: 🌫️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.16.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Skyloom: AQI Forecasting for Karachi
|
| 14 |
+
|
| 15 |
+
[](https://huggingface.co/spaces/mahwizzzz/skyloom)
|
| 16 |
+
|
| 17 |
+
**Skyloom** uses a fine‑tuned TimesFM‑2.5 model to predict hourly Air Quality Index (AQI) in Karachi, Pakistan.
|
| 18 |
+
Just provide past AQI values (CSV or comma‑separated) and get a 24‑72 hour forecast with interactive visualisation.
|
| 19 |
+
|
| 20 |
+
## Features
|
| 21 |
+
- ✅ **Easy input**: paste values or upload CSV
|
| 22 |
+
- ✅ **Custom horizon**: 1 to 72 hours ahead
|
| 23 |
+
- ✅ **Interactive Plotly chart** with past vs forecast
|
| 24 |
+
- ✅ **Fast inference** (runs on CPU or GPU)
|
| 25 |
+
|
| 26 |
+
## Model Performance
|
| 27 |
+
- **Test MAE**: 5.18
|
| 28 |
+
- **Test sMAPE**: 5.46%
|
| 29 |
+
- **Test MASE**: 0.4687
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
If you use this Space or the underlying model, please cite the [model card](https://huggingface.co/mahwizzzz/skyloom).
|
| 33 |
+
|
| 34 |
+
---
|
| 35 |
+
Built with [Gradio](https://gradio.app) and [Transformers](https://huggingface.co/docs/transformers).
|