// Vue 3 Model Zoo Application const { createApp, ref, computed, onMounted, watch } = Vue; const { createRouter, createWebHashHistory, useRouter, useRoute } = VueRouter; // TagFilter Component const TagFilter = { props: ['activeTag', 'modelCounts'], emits: ['update:activeTag'], template: `
{{ model.description }}
Discover and download state-of-the-art medical imaging models in the MONAI Bundle format.
The MONAI Model Zoo is a collection of pre-trained medical imaging models, ready for research and clinical deployment. Each model is packaged in the MONAI Bundle format, ensuring reproducibility and ease of use.
Our models cover a wide range of medical imaging tasks, from segmentation to classification, and are validated through rigorous testing and real-world applications. Whether you're a researcher, clinician, or developer, you'll find models that can accelerate your medical AI journey.
Loading models...
Error loading models: {{ error }}
Search and filter to find the models you need
No models found
Try adjusting your search or filter criteria
license:[\s\S]*?<\/p>\s*
Loading model details...
{{ error }}
{{ model.description }}
{{ model.authors }}
{{ model.version }}
{{ ((model.download_url || model.huggingface_url).includes('huggingface.co/MONAI') && !model.model_name.toLowerCase().includes('vila')) ? 'MONAI Bundle' : 'HuggingFace Model' }}
{{ changes }}