Phani1008 commited on
Commit
fe5e35b
·
verified ·
1 Parent(s): b094970

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,12 +1,18 @@
1
  ---
2
  title: Software Bug Predictor
3
- emoji: 📉
4
- colorFrom: indigo
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 6.0.1
8
  app_file: app.py
9
- pinned: false
10
  ---
11
 
 
 
 
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Software Bug Predictor
3
+ emoji: 🐞
4
+ sdk: streamlit
 
 
 
5
  app_file: app.py
6
+ python_version: 3.10
7
  ---
8
 
9
+ # Software Bug Predictor
10
+
11
+ This app predicts whether a software module is likely to be **defective** based on metrics from the NASA KC1 dataset.
12
+
13
+ Model: XGBoost
14
+ Preprocessing: StandardScaler + SMOTE
15
+ Deployed with: Streamlit on Hugging Face Spaces
16
+
17
+
18
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference