Skip to content

Commit f8e7cc3

Browse files
authored
Update section headers in README.md to second-level
1 parent 19e3a63 commit f8e7cc3

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ uvicorn models.crime_predictor.src.predict:app --reload --port 8000
104104

105105
---
106106

107-
# 🔄 Data Pipeline
107+
## 🔄 Data Pipeline
108108
data.gouv.fr (SSMSI)
109109
110110
script_crimes_et_delits.py
@@ -125,7 +125,7 @@ After cleaning: 10 columns, ~49,000 rows (<2% loss)
125125

126126
---
127127

128-
# 🤖 Modeling & Results
128+
## 🤖 Modeling & Results
129129
Features
130130
Feature Description
131131
annee Year (int)
@@ -155,7 +155,7 @@ mlflow ui --backend-store-uri models/crime_predictor/mlruns
155155

156156
---
157157

158-
# 📊 Streamlit Dashboard
158+
## 📊 Streamlit Dashboard
159159

160160
5 interactive pages:
161161
| Page | Content |
@@ -167,7 +167,8 @@ mlflow ui --backend-store-uri models/crime_predictor/mlruns
167167
| Ethics & Limitations | Biases and usage limits |
168168

169169
---
170-
# 🌐 FastAPI Endpoints
170+
171+
## 🌐 FastAPI Endpoints
171172
Available Endpoints
172173
| Method | Endpoint | Description |
173174
| ------ | ---------- | --------------------------------- |
@@ -188,7 +189,7 @@ curl -X POST http://localhost:8000/predict \
188189

189190
---
190191

191-
🧪 Tests
192+
## 🧪 Tests
192193
# Run all tests
193194
pytest models/crime_predictor/tests/ -v
194195

@@ -204,7 +205,7 @@ Test coverage:
204205

205206
---
206207

207-
🐳 Docker & CI/CD
208+
## 🐳 Docker & CI/CD
208209
Multi-stage Docker
209210
# Build (training → production)
210211
docker build -t oasis-security:latest .
@@ -228,7 +229,7 @@ GitHub Actions CI/CD
228229

229230
---
230231

231-
# ⚠️ Ethics & Limitations
232+
## ⚠️ Ethics & Limitations
232233

233234
This model is a statistical exploration tool, not an operational decision system.
234235

0 commit comments

Comments
 (0)