Metadata-Version: 2.1
Name: sihl
Version: 0.0.1.dev0
Summary: Simple Image Heads and Layers
License: MIT
Author: jonregef
Author-email: jon.regef@pm.me
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: lightning
Requires-Dist: lightning (>=2.0.2,<3.0.0) ; extra == "lightning"
Requires-Dist: torch (>=2.0.0,<3.0.0)
Requires-Dist: torchmetrics (>=0.11.4,<0.12.0)
Requires-Dist: torchvision (>=0.15.1,<0.16.0)
Description-Content-Type: text/markdown

# Simple Image Heads and Layers

[![PyPI](https://img.shields.io/pypi/v/sihl.svg)][pypi_]
[![python versions](https://img.shields.io/pypi/pyversions/sihl)][python version]
[![codecov](https://codecov.io/gh/sihlAI/sihl/branch/main/graph/badge.svg?token=RZE0XM6J5O)][codecov]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/sihl/
[python version]: https://pypi.org/project/sihl
[codecov]: https://codecov.io/gh/sihlAI/sihl
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Installation

```console
$ pip install sihl
```

<!-- github-only -->

[license]: https://github.com/sihlAI/sihl/blob/main/LICENSE

