Skip to content

hwayoungshin/ai-datacenter-predictive-maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Infrastructure Failure Prediction Dashboard

A predictive maintenance platform that uses telemetry sensor data and machine learning to identify server failure risk, visualize infrastructure health, and support maintenance decision-making.

Features

  • Random Forest failure prediction model
  • SMOTE class balancing
  • Interactive risk prediction dashboard
  • Feature importance analysis
  • Maintenance recommendation engine
  • Failure risk gauge visualization

Dashboard Preview

Screenshot 2026-06-09 at 3 05 02 PM Screenshot 2026-06-09 at 3 05 18 PM

Model Performance

  • ROC-AUC: 0.851
  • Dataset Size: 124,494 telemetry records
  • Failure Events: 106
  • Class Imbalance Mitigated Using SMOTE

ROC Curve

Screenshot 2026-06-09 at 3 01 32 PM

Feature Importance

Screenshot 2026-06-09 at 3 02 55 PM

Tech Stack

  • Python
  • Streamlit
  • Scikit-Learn
  • Pandas
  • Plotly

Note

Dataset not included due to size.

Running Locally

pip install -r requirements.txt
streamlit run app.py

About

Machine learning dashboard for predicting server failure risk using telemetry analytics and Random Forest classification.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors