WDS_Model / README.md
razaali10's picture
Update README.md
02fe870 verified
---
title: EPANET Simulation with WNTR
emoji: πŸ’§
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
---
# πŸ’§ EPANET Simulation with WNTR (Full Results)
This app lets you upload an EPANET `.inp` file and run a simulation using WNTR. You'll get:
- Full result tables (DataFrames)
- Interactive Plotly charts
- Downloadable CSVs
Perfect for water system modelers, engineers, and students.
## πŸš€ Run Locally
```bash
pip install -r requirements.txt
python app.py
```
## 🌐 Deploy on Hugging Face
All files included:
- `app.py`
- `requirements.txt`
- `README.md`