digopala commited on
Commit
903e32a
·
verified ·
1 Parent(s): 07c78ea

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <img src="A_flowchart_in_the_image_illustrates_an_AI_inferen.png" alt="Architecture Diagram" style="width:100%; max-width:900px;"/>
 
 
 
 
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>