File size: 879 Bytes
9e4515d
 
f40ea4d
9054cb0
9e4515d
81d1dbe
64e0d0d
ab0aa92
64e0d0d
 
 
 
bb0346d
64e0d0d
bb0346d
64e0d0d
 
0bc9814
64e0d0d
 
bb0346d
 
3272f01
bb0346d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
sdk: gradio
sdk_version: 4.44.1
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.

Submission for task 2 is not yet implemented. Will be soon live. Stay tuned.