nikos99n commited on
Commit
5a12b60
·
verified ·
1 Parent(s): 82d6eb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -88,13 +88,18 @@ Local (LIME): Individual explanations are generated for sample test instances to
88
  Artifact Saving: The best model, scaler, class names, and a training sample (for the App) are saved to models/.
89
  ```
90
  ### 🚀 How to Run
 
91
  Install Requirements:
 
92
  pip install -r requirements.txt
93
-
94
 
95
  ### Train the System:
 
96
  python train_main.py
97
-
98
 
99
  ### Launch the Web App:
 
100
  streamlit run app.py
 
 
88
  Artifact Saving: The best model, scaler, class names, and a training sample (for the App) are saved to models/.
89
  ```
90
  ### 🚀 How to Run
91
+
92
  Install Requirements:
93
+ ```
94
  pip install -r requirements.txt
95
+ ```
96
 
97
  ### Train the System:
98
+ ```
99
  python train_main.py
100
+ ```
101
 
102
  ### Launch the Web App:
103
+ ```
104
  streamlit run app.py
105
+ ```