Biomedclip / README.md
AssanaliAidarkhan's picture
Upload README.md with huggingface_hub
6e57dd9 verified
metadata
title: BiodemCLIP Model
emoji: 🧬
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
pinned: false
license: mit

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