Metadata-Version: 2.1
Name: medimm
Version: 0.0.0
Summary: PyTorch Medical 3D Image Models
Author-email: "List of contributors: https://github.com/mishgon/medimm/graphs/contributors" <Mikhail.Goncharov2@skoltech.ru>
Project-URL: Homepage, https://github.com/mishgon/medimm
Project-URL: Issues, https://github.com/mishgon/medimm/issues
Keywords: medical computer vision,deep learning,pytorch
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: timm

# medimm
PyTorch Medical 3D Image Models

## Installation
Make sure that you have installed [torch](https://pytorch.org/) compatible with your CUDA version.

Then install via pip
```
pip install medimm
```
