Update index.html
Browse files- index.html +11 -17
index.html
CHANGED
@@ -1,19 +1,13 @@
|
|
1 |
-
<!
|
2 |
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
<p>
|
14 |
-
Also don't forget to check the
|
15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
-
</p>
|
17 |
-
</div>
|
18 |
-
</body>
|
19 |
</html>
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
<html>
|
3 |
+
<head>
|
4 |
+
<title>AI Inference Architecture for Healthcare</title>
|
5 |
+
<link rel="stylesheet" href="style.css">
|
6 |
+
</head>
|
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>
|