MLOps
A selection of spaces that demonstrate an end-to-end MLOps pipeline including monitoring on HF Spaces.
Sleeping👀Note Demonstration of both Dev and Ops stages of the MLOps pipeline. The training script (including hyperparameter tuning) is present in the file train.py. The file app.py implements a gradio app for inference using the freshly trained model. Logs are synced every two minutes to a HuggingFace dataset.
Sleeping👁Machine Failure Dashboard
Note Dashboard that implements Data Drift and Model Drift. The dashboard refreshes every 5 seconds.
pgurazada1/machine-failure-mlops-demo-logs
Viewer • Updated • 3.09k • 66Note Logs collected from the API and UI for machine failure. These logs are synced from the deployed model every 2 minutes.
Sleeping📚Maintenance Predictor Drift Checks
Note An interface to execute drift checks manually. Useful for understanding the edge-cases where machine failure might occur.