| <!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"> |
| |
| <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 class="main"> |
| <div class="main-inner"> |
| |
| <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> |
|
|
| |
| <section id="accuracy-section"></section> |
|
|
| |
| <section id="demo-section"></section> |
|
|
| |
| <section class="filters-bar" id="filters-bar"></section> |
|
|
| |
| <section id="charts-section"></section> |
|
|
| |
| <section id="tables-section"></section> |
|
|
| |
| <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> |
|
|