adibvafa commited on
Commit
fee4121
·
verified ·
1 Parent(s): c0940c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -17,6 +17,19 @@ datasets:
17
 
18
  # MedSAM2: Medical Segment Anything Model v2
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Model Overview
21
  MedSAM2 is a promptable segmentation segmentation model tailored for medical imaging applications. Built upon the foundation of the [Segment Anything Model (SAM) 2.1](https://github.com/facebookresearch/sam2), MedSAM2 has been specifically adapted and fine-tuned for various 3D medical images and videos.
22
 
 
17
 
18
  # MedSAM2: Medical Segment Anything Model v2
19
 
20
+ <div align="center">
21
+
22
+ [![Paper](https://img.shields.io/badge/Paper-blue?style=for-the-badge)](https://arxiv.org/abs/your-paper-link)
23
+ [![HuggingFace](https://img.shields.io/badge/HuggingFace-FFD21E?style=for-the-badge&logoColor=FF9D00)](https://huggingface.co/your-username/your-model)
24
+ [![Dataset List](https://img.shields.io/badge/Dataset%20List-4A90E2?style=for-the-badge&logoColor=white)](https://your-dataset-list-url.com)
25
+ [![Model](https://img.shields.io/badge/Model_Name-green?style=for-the-badge)](https://your-model-link)
26
+ [![Second Model](https://img.shields.io/badge/Second_Model-orange?style=for-the-badge)](https://your-second-model-link)
27
+ [![App](https://img.shields.io/badge/Gradio_App-yellow?style=for-the-badge&logoColor=white)](https://your-app-url)
28
+ [![Colab](https://img.shields.io/badge/CoLab-4A90E2?style=for-the-badge&logo=Google-Colab&logoColor=white)](https://colab.research.google.com/your-notebook)
29
+ [![BibTeX](https://img.shields.io/badge/BibTeX-4A90E2?style=for-the-badge&logo=BibTeX&logoColor=white)](https://github.com/your-username/your-repo#citing)
30
+
31
+ </div>
32
+
33
  ## Model Overview
34
  MedSAM2 is a promptable segmentation segmentation model tailored for medical imaging applications. Built upon the foundation of the [Segment Anything Model (SAM) 2.1](https://github.com/facebookresearch/sam2), MedSAM2 has been specifically adapted and fine-tuned for various 3D medical images and videos.
35