File size: 784 Bytes
b1d613e bdf1776 d2d3ebe b1d613e 1592511 63a9f6c b1d613e a7f51ee 666514e a7f51ee 3d5b4aa b1d613e 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]
name = "medvqa"
version = "0.14.8"
description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
readme = "README.md"
requires-python = ">=3.6"
dependencies = [
"huggingface_hub",
"huggingface_hub[hf_transfer]",
"gradio_client==1.3.0"
]
authors = [
{ name="Sushant Gautam", email="[email protected]" },
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = { text = "MIT" }
[project.scripts]
medvqa = "medvqa.cli:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["*", "competitions/**/"]
[project.urls]
Homepage = "https://github.com/SushantGautam/MedVQA"
Issues = "https://github.com/SushantGautam/MedVQA/issues"
|