-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmodel-zoo.html
More file actions
32 lines (25 loc) · 1.69 KB
/
model-zoo.html
File metadata and controls
32 lines (25 loc) · 1.69 KB
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
<!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://project-monai.github.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://project-monai.github.io/model-zoo.html">
<!-- #include file="components/head.html" -->
<body class="flex flex-col min-h-screen">
<!-- #include file="components/header.html" -->
<main class="flex-grow pt-16">
<div id="app"></div>
</main>
<!-- #include file="components/footer.html" -->
<!-- Vue 3 and Vue Router -->
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
<script src="https://unpkg.com/vue-router@4/dist/vue-router.global.prod.js"></script>
<!-- #include file="components/scripts.html" -->
<script src="src/model-zoo-vue.js"></script>
</body>
</html>