--- title: Software Bug Predictor emoji: "🐞" sdk: streamlit app_file: app.py --- # Software Bug Predictor This app predicts whether a software module is likely to be **defective** based on metrics from the NASA KC1 dataset. Model: XGBoost Preprocessing: StandardScaler + SMOTE Deployed with: Streamlit on Hugging Face Spaces