BiodemCLIP Model

This is a BiodemCLIP model for biomedical image-text understanding.

Model Description

This model can analyze biomedical images and match them with text descriptions.

Usage

import torch
from huggingface_hub import hf_hub_download

# Download the model
model_path = hf_hub_download(repo_id="AssanaliAidarkhan/Biomedclip", filename="pytorch_model.bin")

# Load the model
model = torch.load(model_path, map_location='cpu')

# Your inference code here

Model Details

  • Developed by: AssanaliAidarkhan
  • Model type: Vision-Language Model
  • Language(s): English
  • License: MIT
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using AssanaliAidarkhan/Biomedclip 1