Commit
Β·
7c39b61
1
Parent(s):
6813c02
README formmating
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ Hugging Face Space: [LeonardoMdSA / ML Inference Service with Drift Detection](h
|
|
| 23 |
|
| 24 |
## Repository Structure
|
| 25 |
|
| 26 |
-
```
|
| 27 |
ML Inference Service with Drift Detection/
|
| 28 |
ββ app/
|
| 29 |
β ββ api/ # FastAPI routes, background tasks, and drift logic
|
|
@@ -57,6 +57,7 @@ ML Inference Service with Drift Detection/
|
|
| 57 |
source .venv/bin/activate # Linux/macOS
|
| 58 |
.\.venv\Scripts\activate # Windows
|
| 59 |
```
|
|
|
|
| 60 |
3. Install dependencies:
|
| 61 |
|
| 62 |
```bash
|
|
@@ -72,6 +73,7 @@ ML Inference Service with Drift Detection/
|
|
| 72 |
```bash
|
| 73 |
uvicorn app.main:app --reload
|
| 74 |
```
|
|
|
|
| 75 |
2. Open the dashboard:
|
| 76 |
|
| 77 |
* Localhost: [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
|
|
@@ -83,6 +85,7 @@ ML Inference Service with Drift Detection/
|
|
| 83 |
```bash
|
| 84 |
pytest -v
|
| 85 |
```
|
|
|
|
| 86 |
2. Integration tests cover API endpoints, predictions, schema validation, and governance alerts.
|
| 87 |
|
| 88 |
## How It Works (Logic Layers)
|
|
|
|
| 23 |
|
| 24 |
## Repository Structure
|
| 25 |
|
| 26 |
+
```text
|
| 27 |
ML Inference Service with Drift Detection/
|
| 28 |
ββ app/
|
| 29 |
β ββ api/ # FastAPI routes, background tasks, and drift logic
|
|
|
|
| 57 |
source .venv/bin/activate # Linux/macOS
|
| 58 |
.\.venv\Scripts\activate # Windows
|
| 59 |
```
|
| 60 |
+
|
| 61 |
3. Install dependencies:
|
| 62 |
|
| 63 |
```bash
|
|
|
|
| 73 |
```bash
|
| 74 |
uvicorn app.main:app --reload
|
| 75 |
```
|
| 76 |
+
|
| 77 |
2. Open the dashboard:
|
| 78 |
|
| 79 |
* Localhost: [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
|
|
|
|
| 85 |
```bash
|
| 86 |
pytest -v
|
| 87 |
```
|
| 88 |
+
|
| 89 |
2. Integration tests cover API endpoints, predictions, schema validation, and governance alerts.
|
| 90 |
|
| 91 |
## How It Works (Logic Layers)
|