Mammo-CLIP: A Vision Language Foundation Model to Enhance Data Efficiency and Robustness in Mammography
Project description
Mammo-CLIP
Mammo-CLIP: A Vision Language Foundation Model to Enhance Data Efficiency and Robustness in Mammography
A pip-installable package for zero-shot mammography analysis using the Mammo-CLIP model.
Installation
pip install mammoclip
Quick Start
Python API
import mammoclip
# Initialize model (downloads automatically)
model = mammoclip.MammoClipModel()
# Analyze an image (supports DICOM, PNG, JPEG, etc.)
results = model.predict("mammogram.dcm", {
"mass": ["no mass", "mass"],
"malignancy": ["no malignancy", "malignancy"],
"density": ["fatty", "scattered areas of fibroglandular density",
"heterogeneously dense", "extremely dense"]
})
print(results)
Command Line Interface
# Basic usage
mammoclip-inference --image mammogram.dcm
# With custom prompts
mammoclip-inference --image mammogram.png --prompts custom_prompts.json
Supported Image Formats
- DICOM:
.dcm,.dicom - Standard Images:
.png,.jpg,.jpeg,.tiff,.bmp
Model Information
This package is based on the research paper:
"Mammo-CLIP: A Vision Language Foundation Model to Enhance Data Efficiency and Robustness in Mammography"
- Paper: https://arxiv.org/abs/2409.03675
- Original Code: https://github.com/batmanlab/Mammo-CLIP
Citation
@article{shen2024mammoclip,
title={Mammo-CLIP: A Vision Language Foundation Model to Enhance Data Efficiency and Robustness in Mammography},
author={Shen, Shantanu and Xu, Haoyue and Weng, Jaden and Wu, Jay and Chen, Evangelia and Abbasi, Salma and Wang, Rayna and Bouzid, Hania and Rajpurkar, Pranav},
journal={arXiv preprint arXiv:2409.03675},
year={2024}
}
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mammoclip-0.1.8.tar.gz.
File metadata
- Download URL: mammoclip-0.1.8.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be4bf6ab943153122403b238177518f3f023d87d560901b311e014967971e017
|
|
| MD5 |
cfa7c72aa9da77635e721ded82a30462
|
|
| BLAKE2b-256 |
5ed0812a6a34538d36c6946eef9af024fc8754941bb8c819ed97276995f2ad80
|
File details
Details for the file mammoclip-0.1.8-py3-none-any.whl.
File metadata
- Download URL: mammoclip-0.1.8-py3-none-any.whl
- Upload date:
- Size: 3.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02655d600300866f3bd91000e91eeb646ab44b9d04b561f5ef1e484a5fe73c24
|
|
| MD5 |
22d7e75a947470ef6f2d92cb0a9e6380
|
|
| BLAKE2b-256 |
4834e1375929f8b9783d0e8442903341f6fec8ef8d3a56d116124d15e3f16fe0
|