Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
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="
|
13 |
</div>
|
14 |
|
15 |
<p>Explore deployment with <code>docker-compose.yaml</code> and <code>k8s.yaml</code> files above.</p>
|
|
|
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="architecture.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>
|