File size: 641 Bytes
c03b964
7145d38
c03b964
 
 
 
 
 
 
903e32a
 
f6d4082
903e32a
 
c03b964
 
7145d38
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <title>AI Inference Architecture for Healthcare</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <h1>AI Inference Architecture for Healthcare</h1>
  <p>This project provides a production-ready infrastructure blueprint using Docker & Kubernetes for scalable AI/ML inference in healthcare settings.</p>
  
  <div style="overflow-x: auto; text-align: center;">
    <img src="architecture.png" alt="Architecture Diagram" style="max-width:100%; height:auto;" />
  </div>
  
  <p>Explore deployment with <code>docker-compose.yaml</code> and <code>k8s.yaml</code> files above.</p>
</body>
</html>