3rd-hack-nation / README.md
Pingsz's picture
Upload 9 files
4a439c2 verified
---
title: Geo-Risk Predictor
emoji: 🌍
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: "4.44.0"
app_file: app.py
pinned: false
---
# 🌍 Geo-Risk Predictor
Interactive Gradio app that estimates environmental and geographic risk using:
- **Satellite imagery** (Google Earth Engine)
- **Elevation data** (SRTM)
- **Weather data** (Open-Meteo)
- **Custom PyTorch model** for risk inference
## How to run locally
```bash
pip install -r requirements.txt
python app.py
```
-------------------------------