nbiatoolkit is a python package that provides programmatic access to the NBIA and TCIA
4.7K
nbiatoolkit is a python package that provides programmatic access to query and download images from the National Biomedical Imaging Archive (NBIA) and The Cancer Imaging Archive (TCIA) databases.
See Documentation at NBIA-Toolkit Read The Docs
docker run --rm jjjermiah/nbiatoolkit:latest \
python -c \
"import nbiatoolkit; \
client = nbiatoolkit.NBIAClient(); \
print('Total Number of Collections:', len(client.getCollections()))"
Content type
Image
Digest
sha256:cf7f94f9c…
Size
140 MB
Last updated
over 2 years ago
docker pull jjjermiah/nbiatoolkit