Phani1008 commited on
Commit
83ede8b
·
verified ·
1 Parent(s): 6def5de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,7 +1,15 @@
1
  ---
2
  title: Software Bug Predictor
3
- emoji: 🐞
4
  sdk: streamlit
5
  app_file: app.py
6
- python_version: 3.10
7
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Software Bug Predictor
3
+ emoji: "🐞"
4
  sdk: streamlit
5
  app_file: app.py
 
6
  ---
7
+
8
+ # Software Bug Predictor
9
+
10
+ This app predicts whether a software module is likely to be **defective** based on metrics from the NASA KC1 dataset.
11
+
12
+ Model: XGBoost
13
+ Preprocessing: StandardScaler + SMOTE
14
+ Deployed with: Streamlit on Hugging Face Spaces
15
+