Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,11 +10,15 @@ A CLI tool for MedVQA competition (https://github.com/simula/ImageCLEFmed-MEDVQA
|
|
| 10 |
## Installation
|
| 11 |
|
| 12 |
```bash
|
| 13 |
-
pip install medvqa
|
| 14 |
```
|
|
|
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
```bash
|
| 19 |
-
medvqa competition=gi-2025 task=1
|
| 20 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
## Installation
|
| 11 |
|
| 12 |
```bash
|
| 13 |
+
pip install -U medvqa
|
| 14 |
```
|
| 15 |
+
The library is under heavy development. So, we recommend to always make sure you have the latest version installed.
|
| 16 |
|
| 17 |
## Usage
|
| 18 |
|
| 19 |
```bash
|
| 20 |
+
medvqa validate_and_submit --competition=gi-2025 --task=1 --repo_id=...
|
| 21 |
+
```
|
| 22 |
+
where repo_id is your HuggingFace Model repo id (like SushantGautam/XXModelCheckpoint) submission script, for eg, submission_task1.py file for task 1.
|
| 23 |
+
|
| 24 |
+
Submission for task 2 is not yet implemented. Will be soon live. Stay tuned.
|