Spaces:
Sleeping
Sleeping
Commit ·
2fb2589
1
Parent(s): cdc7940
Update model/dataset references
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def predict(health_index, vibration, heat_rate_delta, operating_hours, start_cou
|
|
| 91 |
- **Confidence**: {int(composite * 100)}% composite health
|
| 92 |
|
| 93 |
---
|
| 94 |
-
*Model: [
|
| 95 |
"""
|
| 96 |
|
| 97 |
# Create the interface
|
|
@@ -125,7 +125,7 @@ Health Metrics → LSTM Model → RUL Prediction → Maintenance Priority
|
|
| 125 |
|
| 126 |
**Key Metrics:** Health Index, Vibration, Heat Rate Delta, Operating Hours, Start Count
|
| 127 |
|
| 128 |
-
**Resources:** [Model](https://huggingface.co/davidfertube/
|
| 129 |
|
| 130 |
*Built by David Fernandez - Industrial AI Engineer | LangGraph Contributor*
|
| 131 |
""",
|
|
|
|
| 91 |
- **Confidence**: {int(composite * 100)}% composite health
|
| 92 |
|
| 93 |
---
|
| 94 |
+
*Model: [turbine-life-predictor](https://huggingface.co/davidfertube/turbine-life-predictor) | Dataset: [turbine-health-data](https://huggingface.co/datasets/davidfertube/turbine-health-data)*
|
| 95 |
"""
|
| 96 |
|
| 97 |
# Create the interface
|
|
|
|
| 125 |
|
| 126 |
**Key Metrics:** Health Index, Vibration, Heat Rate Delta, Operating Hours, Start Count
|
| 127 |
|
| 128 |
+
**Resources:** [Model](https://huggingface.co/davidfertube/turbine-life-predictor) | [Dataset](https://huggingface.co/datasets/davidfertube/turbine-health-data) | [Portfolio](https://davidfernandez.dev)
|
| 129 |
|
| 130 |
*Built by David Fernandez - Industrial AI Engineer | LangGraph Contributor*
|
| 131 |
""",
|