Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
@@ -7,7 +7,11 @@
|
|
7 |
<body>
|
8 |
<h1>AI Inference Architecture for Healthcare</h1>
|
9 |
<p>This project provides a production-ready infrastructure blueprint using Docker & Kubernetes for scalable AI/ML inference in healthcare settings.</p>
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
<p>Explore deployment with <code>docker-compose.yaml</code> and <code>k8s.yaml</code> files above.</p>
|
12 |
</body>
|
13 |
</html>
|
|
|
7 |
<body>
|
8 |
<h1>AI Inference Architecture for Healthcare</h1>
|
9 |
<p>This project provides a production-ready infrastructure blueprint using Docker & Kubernetes for scalable AI/ML inference in healthcare settings.</p>
|
10 |
+
|
11 |
+
<div style="overflow-x: auto; text-align: center;">
|
12 |
+
<img src="A_flowchart_in_the_image_illustrates_an_AI_inferen.png" alt="Architecture Diagram" style="max-width:100%; height:auto;" />
|
13 |
+
</div>
|
14 |
+
|
15 |
<p>Explore deployment with <code>docker-compose.yaml</code> and <code>k8s.yaml</code> files above.</p>
|
16 |
</body>
|
17 |
</html>
|