Skip to content

Commit 19e3a63

Browse files
authored
Update README.md for improved formatting and headings
1 parent 50e67cc commit 19e3a63

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 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 |
@@ -166,7 +166,8 @@ mlflow ui --backend-store-uri models/crime_predictor/mlruns
166166
| ML Prediction | Interactive simulator with historical graph |
167167
| Ethics & Limitations | Biases and usage limits |
168168

169-
🌐 FastAPI Endpoints
169+
---
170+
# 🌐 FastAPI Endpoints
170171
Available Endpoints
171172
| Method | Endpoint | Description |
172173
| ------ | ---------- | --------------------------------- |
@@ -227,7 +228,7 @@ GitHub Actions CI/CD
227228

228229
---
229230

230-
⚠️ Ethics & Limitations
231+
# ⚠️ Ethics & Limitations
231232

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

0 commit comments

Comments
 (0)