-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmodel-zoo.html
33 lines (26 loc) · 1.71 KB
/
model-zoo.html
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
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth">
<!-- Page-specific meta tags -->
<title>MONAI Model Zoo - Pre-trained Models for Medical Imaging</title>
<meta name="description" content="Explore MONAI Model Zoo - a collection of pre-trained models for medical imaging tasks. Find and use state-of-the-art models for your healthcare AI applications.">
<meta property="og:title" content="MONAI Model Zoo - Pre-trained Models for Medical Imaging">
<meta property="og:description" content="Explore MONAI Model Zoo - a collection of pre-trained models for medical imaging tasks. Find and use state-of-the-art models for your healthcare AI applications.">
<meta property="og:url" content="https://monai.io/model-zoo.html">
<meta name="twitter:title" content="MONAI Model Zoo - Pre-trained Models for Medical Imaging">
<meta name="twitter:description" content="Explore MONAI Model Zoo - a collection of pre-trained models for medical imaging tasks. Find and use state-of-the-art models for your healthcare AI applications.">
<link rel="canonical" href="https://monai.io/model-zoo.html">
<!-- Include Head Component -->
<!-- #include file="components/head.html" -->
<body class="flex flex-col min-h-screen">
<!-- #include file="components/header.html" -->
<main class="flex-grow pt-20">
<div id="app"></div>
</main>
<!-- #include file="components/footer.html" -->
<!-- React Dependencies -->
<script src="https://unpkg.com/react@17/umd/react.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js" crossorigin></script>
<!-- #include file="components/scripts.html" -->
<script src="model-zoo.js"></script>
</body>
</html>