Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ model_path = hf_hub_download(repo_id="rakeshunnee/machine_failure_model", filena
|
|
| 8 |
model = joblib.load(model_path)
|
| 9 |
|
| 10 |
# Streamlit UI for Machine Failure Prediction
|
| 11 |
-
st.title("Machine Failure Prediction
|
| 12 |
st.write("""
|
| 13 |
This application predicts the likelihood of a machine failing based on its operational parameters.
|
| 14 |
Please enter the sensor and configuration data below to get a prediction.
|
|
|
|
| 8 |
model = joblib.load(model_path)
|
| 9 |
|
| 10 |
# Streamlit UI for Machine Failure Prediction
|
| 11 |
+
st.title("Machine Failure Prediction Application")
|
| 12 |
st.write("""
|
| 13 |
This application predicts the likelihood of a machine failing based on its operational parameters.
|
| 14 |
Please enter the sensor and configuration data below to get a prediction.
|