File size: 791 Bytes
f50d9fb 0a9346d f50d9fb 0a9346d f50d9fb 49d20bf f50d9fb 0a9346d f50d9fb 49d20bf f50d9fb 49d20bf |
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 32 33 34 35 |
[project]
name = "rad-dino"
version = "0.1.1"
description = "Vision encoder for chest X-rays."
readme = "README.md"
authors = [
{ name = "Microsoft Health Futures", email = "[email protected]" },
]
requires-python = ">=3.10"
dependencies = [
"einops",
"jaxtyping",
"pillow",
"requests",
"safetensors",
"transformers[torch]",
"typer",
]
[project.urls]
Homepage = "https://huggingface.co/microsoft/rad-dino"
Source = "https://huggingface.co/microsoft/rad-dino"
"Issue tracker" = "https://huggingface.co/microsoft/rad-dino/discussions/new"
Documentation = "https://huggingface.co/microsoft/rad-dino/blob/main/README.md"
[build-system]
requires = ["uv_build"]
build-backend = "uv_build"
[dependency-groups]
dev = [
"ipykernel",
"ipywidgets",
]
|