Metadata-Version: 2.4
Name: medvqa
Version: 0.15.0
Summary: Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)
Author-email: Sushant Gautam <sushant@simula.no>
License: MIT
Project-URL: Homepage, https://github.com/SushantGautam/MedVQA
Project-URL: Issues, https://github.com/SushantGautam/MedVQA/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: huggingface_hub
Requires-Dist: huggingface_hub[hf_transfer]
Requires-Dist: gradio_client==1.8.0

---
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

```bash
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](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025#-submission-system) for detailed submission instructions.

```bash
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.
