Spaces:
Sleeping
Sleeping
Commit
·
4e4c0a1
1
Parent(s):
4d6f7b5
Remove modality bar plot image and update main.py with additional biomedical image types and references
Browse files- assets/modality_bar_plot.png +0 -3
- main.py +13 -2
assets/modality_bar_plot.png
DELETED
Git LFS Details
|
main.py
CHANGED
|
@@ -94,10 +94,21 @@ description = """Upload a biomedical image and enter prompts (separated by comma
|
|
| 94 |
The model understands these prompts:
|
| 95 |

|
| 96 |
|
|
|
|
|
|
|
| 97 |
The model understands these types of biomedical images:
|
| 98 |
-

|
| 99 |
|
| 100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
"""
|
| 102 |
|
| 103 |
|
|
|
|
| 94 |
The model understands these prompts:
|
| 95 |

|
| 96 |
|
| 97 |
+
Above figure is from the [BiomedParse paper](https://arxiv.org/abs/2405.12971).
|
| 98 |
+
|
| 99 |
The model understands these types of biomedical images:
|
|
|
|
| 100 |
|
| 101 |
+
- [Computed Tomography (CT)](https://en.wikipedia.org/wiki/Computed_tomography)
|
| 102 |
+
- [Magnetic Resonance Imaging (MRI)](https://en.wikipedia.org/wiki/Magnetic_resonance_imaging)
|
| 103 |
+
- [X-ray](https://en.wikipedia.org/wiki/X-ray)
|
| 104 |
+
- [Medical Ultrasound](https://en.wikipedia.org/wiki/Medical_ultrasound)
|
| 105 |
+
- [Pathology](https://en.wikipedia.org/wiki/Pathology)
|
| 106 |
+
- [Fundus (eye)](https://en.wikipedia.org/wiki/Fundus_(eye))
|
| 107 |
+
- [Dermoscopy](https://en.wikipedia.org/wiki/Dermoscopy)
|
| 108 |
+
- [Endoscopy](https://en.wikipedia.org/wiki/Endoscopy)
|
| 109 |
+
- [Optical Coherence Tomography (OCT)](https://en.wikipedia.org/wiki/Optical_coherence_tomography)
|
| 110 |
+
|
| 111 |
+
This Space is based on the [BiomedParse model](https://microsoft.github.io/BiomedParse/).
|
| 112 |
"""
|
| 113 |
|
| 114 |
|