File size: 775 Bytes
b1d613e a7f51ee 8bd97dc a7f51ee 8bd97dc 3e20174 a7f51ee 8bd97dc cff0372 b1d613e a7f51ee 8bd97dc a7f51ee a43e6c2 |
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 27 28 29 30 31 |
[project]
authors = [
{name = "Sushant Gautam", email = "[email protected]"},
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"huggingface_hub",
"huggingface_hub[hf_transfer]",
"gradio_client==1.8.0",
]
description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
license = {text = "MIT"}
name = "medvqa"
readme = "README.md"
requires-python = ">=3.6"
version = "0.15.0"
[project.scripts]
medvqa = "medvqa.cli:main"
[tool.setuptools.packages.find]
include = ["*", "competitions/**/"]
where = ["."]
[project.urls]
Homepage = "https://github.com/SushantGautam/MedVQA"
Issues = "https://github.com/SushantGautam/MedVQA/issues"
|