digopala's picture
Update index.html
f6d4082 verified
raw
history blame contribute delete
641 Bytes
<!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>