Spaces:
Sleeping
Sleeping
Commit Β·
ab8c52e
1
Parent(s): a3c4f8d
Link Model Repo + add GitHub link in README
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ python_version: "3.12"
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Tufts Jumbo β 24h Weather Forecast
|
|
@@ -42,6 +44,11 @@ Temperature (K), Relative Humidity (%), U-Wind (m/s), V-Wind (m/s), Wind Gust (m
|
|
| 42 |
|
| 43 |
[HRRR (High-Resolution Rapid Refresh)](https://rapidrefresh.noaa.gov/hrrr/) β NOAA's 3 km hourly weather model, fetched in real-time from AWS S3 via [Herbie](https://herbie.readthedocs.io/).
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
## Course
|
| 46 |
|
| 47 |
Tufts CS 137 β Deep Neural Networks, Spring 2026
|
|
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
+
models:
|
| 13 |
+
- jeffliulab/weather-forecasting-v1
|
| 14 |
---
|
| 15 |
|
| 16 |
# Tufts Jumbo β 24h Weather Forecast
|
|
|
|
| 44 |
|
| 45 |
[HRRR (High-Resolution Rapid Refresh)](https://rapidrefresh.noaa.gov/hrrr/) β NOAA's 3 km hourly weather model, fetched in real-time from AWS S3 via [Herbie](https://herbie.readthedocs.io/).
|
| 46 |
|
| 47 |
+
## Links
|
| 48 |
+
|
| 49 |
+
- [Model Weights](https://huggingface.co/jeffliulab/weather-forecasting-v1) β CNN Baseline + ResNet-18 checkpoints
|
| 50 |
+
- [GitHub Repository](https://github.com/jeffliulab/real_time_weather_forecasting) β Full project code
|
| 51 |
+
|
| 52 |
## Course
|
| 53 |
|
| 54 |
Tufts CS 137 β Deep Neural Networks, Spring 2026
|