Zero-shot classification and finetuning for medical images using MedSigLIP.
Frank Li | HITI Lab, Emory University | Datathon 2025
cd ~
git clone https://github.com/f10409/MedSigLIP_demo.gitLaunch Jupyter and select the medsiglip kernel to run the demo.
If the pre-installed environment doesn't work:
cd ~/MedSigLIP_demo
conda deactivate
uv sync
source .venv/bin/activate
python -m ipykernel install --user --name medsiglipLaunch Jupyter and select the medsiglip kernel to run the demo.