A newer version of the Gradio SDK is available:
5.42.0
metadata
sdk: gradio
sdk_version: 5.24.0
app_file: gradio_launcher.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 MediaEval-Medico-2025 competition repo for detailed submission instructions.
medvqa validate_and_submit --competition=medico-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.