20 lines
642 B
HTML
20 lines
642 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>MLOps Deployment Platform</title>
|
|
<link rel="stylesheet" href="../shared.css">
|
|
</head>
|
|
<body class="theme-dark">
|
|
<main class="shell">
|
|
<nav class="topline"><a href="../">All demos</a><a href="/demos.php">Website catalog</a></nav>
|
|
<section class="hero">
|
|
<p class="kicker">Demo 09</p>
|
|
<h1>MLOps Deployment Platform</h1>
|
|
<p>Placeholder reserved for the serious MLOps demo: inference service, Kubernetes rollout, metrics, drift signals, and rollback workflow.</p>
|
|
</section>
|
|
</main>
|
|
<script src="../theme.js"></script>
|
|
</body>
|
|
</html>
|