digopala commited on
Commit
f6d4082
·
verified ·
1 Parent(s): 2ebb2f6

Update index.html

Browse files
Files changed (1) hide show
  1. 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="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>
 
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>