Skip to content

Instantly share code, notes, and snippets.

@modellink-ai
modellink-ai / index.html
Created October 18, 2025 01:49
MLOps World 2025 - MCML Presentation
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MCML: Model Connect Markup Language - Complete Presentation</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}