File size: 3,679 Bytes
b955498 3e7d998 4db51d5 3e7d998 4db51d5 3e7d998 b6ffd82 3e7d998 b36fa96 4db51d5 3e7d998 e0c5f69 3e7d998 e0c5f69 3e7d998 e0c5f69 3e7d998 4db51d5 5969585 3e7d998 b955498 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Edge Inference Benchmarks — Embedl</title>
<link rel="stylesheet" href="palette.css"/>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="demo/demo.css"/>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
</head>
<body>
<div class="page">
<!-- Sidebar -->
<aside class="sidebar" id="sidebar">
<a href="https://embedl.com" target="_blank" class="sidebar-logo">
<img src="https://huggingface.co/datasets/embedl/documentation-images/resolve/main/embedl_logo_black_bg.svg" alt="Embedl" height="28">
</a>
<nav class="sidebar-nav" id="family-nav"></nav>
</aside>
<!-- Main -->
<main class="main">
<div class="main-inner">
<!-- Hero -->
<header class="hero">
<div class="hero-badge"><span>Embedl Models</span></div>
<h1 id="hero-title">Edge Inference <span class="accent">Benchmarks</span></h1>
<p class="hero-sub" id="hero-sub">Compare throughput and latency across devices and model variants.</p>
</header>
<!-- Accuracy Table -->
<section id="accuracy-section"></section>
<!-- Demo Section -->
<section id="demo-section"></section>
<!-- Filters -->
<section class="filters-bar" id="filters-bar"></section>
<!-- Charts -->
<section id="charts-section"></section>
<!-- Tables -->
<section id="tables-section"></section>
<!-- Metric Legend -->
<section class="legend-section">
<div class="legend-grid" id="legend-grid"></div>
<div class="experiment-setup" id="experiment-setup"></div>
</section>
</div>
</main>
</div>
<footer class="footer">
<div class="footer-inner">
<p class="footer-cta">If you are interested in deploying these models to edge devices, check out our other products:</p>
<div class="footer-products">
<a href="https://embedl.com/deploy" target="_blank" class="footer-product">
<div class="footer-product-icon icon-deploy"></div>
<div class="footer-product-text">
<span class="footer-product-name">embedl deploy</span>
<span class="footer-product-tag">QUANTIZATION SOLVED</span>
</div>
</a>
<a href="https://embedl.com/hub" target="_blank" class="footer-product">
<div class="footer-product-icon icon-hub"></div>
<div class="footer-product-text">
<span class="footer-product-name">embedl hub</span>
<span class="footer-product-tag">COMPLIANT MLOPS</span>
</div>
</a>
<a href="https://embedl.com/models" target="_blank" class="footer-product">
<div class="footer-product-icon icon-models"></div>
<div class="footer-product-text">
<span class="footer-product-name">embedl models</span>
<span class="footer-product-tag">OPTIMIZED GENAI</span>
</div>
</a>
</div>
<p class="footer-copy">Copyright © 2026 <a href="https://embedl.com" target="_blank">Embedl AB</a></p>
</div>
</footer>
<script src="demo/demo.js"></script>
<script src="embed.js"></script>
<script src="app.js"></script>
</body>
</html>
|