MedVQA / README.md
SushantGautam's picture
Update README and pyproject.toml: enhance task 2 submission instructions and bump version to 0.15.0
cff0372

A newer version of the Gradio SDK is available: 5.27.1

Upgrade
metadata
sdk: gradio
sdk_version: 5.24.0
app_file: gradio_interface.py

MedVQA

A CLI tool for MedVQA competition (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025).

Installation

pip install -U medvqa

The library is under heavy development. So, we recommend to always make sure you have the latest version installed.

Usage

Check ImageCLEFmed-MEDVQA-GI-2025 competition repo for detailed submission instructions.

medvqa validate_and_submit --competition=gi-2025 --task=1 --repo_id=...

where repo_id is your HuggingFace Model repo id (like SushantGautam/XXModelCheckpoint) with the submission script as required by the competition organizers, for eg, submission_task1.py file for task 1 and submission_task2.py for task 2.