junzhin commited on
Commit
e8c3b95
ยท
verified ยท
1 Parent(s): 1c8558e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -2
README.md CHANGED
@@ -21,10 +21,43 @@ tags:
21
  - interleaved-multimodal
22
  - modality-transfer
23
  ---
24
- # Model Card for UniMedVL
25
 
26
- UniMedVL is the first unified medical foundation model for seamless multimodal understanding and generation, following a clinically-inspired Observation-Knowledge-Analysis framework.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
 
28
  <div align="center">
29
  <img src="./assets/teaser.png" width="95%"/>
30
  </div>
 
21
  - interleaved-multimodal
22
  - modality-transfer
23
  ---
 
24
 
25
+ <div align="center">
26
+ <a href="https://uni-medical.github.io/UniMedVL_Web/" target="_blank">
27
+ <img alt="Project Page" src="https://img.shields.io/badge/๐ŸŒ_Project-Page-blue" />
28
+ </a>
29
+ <a href="https://huggingface.co/uni-medical/UniMedVL" target="_blank">
30
+ <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-UniMedVL-ffc107?color=ffc107&logoColor=white" />
31
+ </a>
32
+ </div>
33
+
34
+ <div align="center">
35
+ <a href="https://github.com/uni-medical/UniMedVL" target="_blank">
36
+ <img alt="GitHub Stars" src="https://img.shields.io/github/stars/uni-medical/UniMedVL?style=social" />
37
+ </a>
38
+ <a href="https://arxiv.org/abs/2510.15710" target="_blank">
39
+ <img alt="arXiv" src="https://img.shields.io/badge/arXiv-2510.15710-b31b1b.svg" />
40
+ </a>
41
+ </div>
42
+
43
+ <p align="center">
44
+ <a href="https://github.com/uni-medical/UniMedVL"><b>๐ŸŒŸ Github</b></a> |
45
+ <a href="https://huggingface.co/General-Medical-AI/UniMedVL/tree/main"><b>๐Ÿ“ฅ Model Download</b></a> |
46
+ <a href="https://arxiv.org/pdf/2510.15710"><b>๐Ÿ“„ Paper Link</b></a> |
47
+ <a href="https://uni-medical.github.io/UniMedVL_Web/"><b>๐ŸŒ Project Page</b></a>
48
+ </p>
49
+
50
+ <h1>
51
+ <p align="center">
52
+ UniMedVL: Unifying Medical Multimodal Understanding and Generation through Observation-Knowledge-Analysis
53
+ </p>
54
+ </h1>
55
+
56
+ <p align="center">
57
+ A unified medical foundation model enabling both understanding and generation capabilities within a single architecture.
58
+ </p>
59
 
60
+
61
  <div align="center">
62
  <img src="./assets/teaser.png" width="95%"/>
63
  </div>