chest2vec_0.6b_cxr / __init__.py
lukeingawesome
Add pip install support: setup.py, package structure, and updated README with pip install chest2vec
9f4f4fe
raw
history blame contribute delete
108 Bytes
from chest2vec import Chest2Vec, EmbedOutput
__all__ = ["Chest2Vec", "EmbedOutput"]
__version__ = "0.6.0"