davidfertube commited on
Commit
2fb2589
·
1 Parent(s): cdc7940

Update model/dataset references

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: [rul-predictor-ccgt](https://huggingface.co/davidfertube/rul-predictor-ccgt) | Dataset: [ccgt-health-history](https://huggingface.co/datasets/davidfertube/ccgt-health-history)*
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/rul-predictor-ccgt) | [Dataset](https://huggingface.co/datasets/davidfertube/ccgt-health-history) | [Portfolio](https://davidfernandez.dev)
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
  """,