Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AI Inference Architecture for Healthcare
|
2 |
|
3 |
This project provides a scalable, production-ready AI inference architecture designed for healthcare and pharmaceutical applications. It integrates Triton Inference Server, FastAPI, and Kubernetes to support high-throughput model inference.
|
@@ -49,5 +59,4 @@ kubectl apply -f hpa.yaml
|
|
49 |
## 🧪 Sample Inference Request
|
50 |
```bash
|
51 |
curl -X POST http://localhost:8000/infer -H "Content-Type: application/json" -d '{"input": "Patient data or image here"}'
|
52 |
-
```
|
53 |
-
|
|
|
1 |
+
---
|
2 |
+
title: AI Inference Architecture for Healthcare
|
3 |
+
emoji: 🧠
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: green
|
6 |
+
sdk: static
|
7 |
+
sdk_version: "1.0.0"
|
8 |
+
app_file: index.html
|
9 |
+
pinned: true
|
10 |
+
---
|
11 |
# AI Inference Architecture for Healthcare
|
12 |
|
13 |
This project provides a scalable, production-ready AI inference architecture designed for healthcare and pharmaceutical applications. It integrates Triton Inference Server, FastAPI, and Kubernetes to support high-throughput model inference.
|
|
|
59 |
## 🧪 Sample Inference Request
|
60 |
```bash
|
61 |
curl -X POST http://localhost:8000/infer -H "Content-Type: application/json" -d '{"input": "Patient data or image here"}'
|
62 |
+
```
|
|