Metadata-Version: 2.4
Name: careamics
Version: 0.0.16
Summary: Toolbox for running N2V and friends.
Project-URL: homepage, https://careamics.github.io/
Project-URL: repository, https://github.com/CAREamics/careamics
Author-email: CAREamics team <rse@fht.org>, Ashesh <ashesh.ashesh@fht.org>, Federico Carrara <federico.carrara@fht.org>, Melisande Croft <melisande.croft@fht.org>, Joran Deschamps <joran.deschamps@fht.org>, Vera Galinova <vera.galinova@fht.org>, Igor Zubarev <igor.zubarev@fht.org>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: bioimageio-core>=0.9.0
Requires-Dist: matplotlib<=3.10.6
Requires-Dist: numpy>=1.21
Requires-Dist: numpy>=2.1.0; python_version >= '3.13'
Requires-Dist: pillow<=11.3.0
Requires-Dist: psutil<=7.1.0
Requires-Dist: pydantic<=2.12,>=2.11
Requires-Dist: pytorch-lightning<=2.5.5,>=2.2
Requires-Dist: pyyaml!=6.0.0,<=6.0.3
Requires-Dist: scikit-image<=0.25.2
Requires-Dist: tifffile<=2025.9.30
Requires-Dist: torch<=2.8.0,>=2.0
Requires-Dist: torchvision<=0.23.0
Requires-Dist: typer<=0.19.2,>=0.12.3
Requires-Dist: validators<=0.35.0
Requires-Dist: zarr<4.0.0,>=3.0.0
Provides-Extra: czi
Requires-Dist: pylibczirw<6.0.0,>=4.1.2; extra == 'czi'
Provides-Extra: dev
Requires-Dist: ml-dtypes>=0.5.0; extra == 'dev'
Requires-Dist: onnx; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: sybil; extra == 'dev'
Provides-Extra: examples
Requires-Dist: careamics-portfolio; extra == 'examples'
Requires-Dist: jupyter; extra == 'examples'
Provides-Extra: tensorboard
Requires-Dist: protobuf==5.29.1; extra == 'tensorboard'
Requires-Dist: tensorboard; extra == 'tensorboard'
Provides-Extra: wandb
Requires-Dist: wandb; extra == 'wandb'
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://careamics.github.io/">
    <img src="https://raw.githubusercontent.com/CAREamics/.github/main/profile/images/banner_careamics.png">
  </a>
</p>

# CAREamics

[![License](https://img.shields.io/pypi/l/careamics.svg?color=green)](https://github.com/CAREamics/careamics/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/careamics.svg?color=green)](https://pypi.org/project/careamics)
[![Python Version](https://img.shields.io/pypi/pyversions/careamics.svg?color=green)](https://python.org)
[![CI](https://github.com/CAREamics/careamics/actions/workflows/ci.yml/badge.svg)](https://github.com/CAREamics/careamics/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/CAREamics/careamics/branch/main/graph/badge.svg)](https://codecov.io/gh/CAREamics/careamics)
[![Image.sc](https://img.shields.io/badge/Got%20a%20question%3F-Image.sc-blue)](https://forum.image.sc/)


CAREamics is a PyTorch library aimed at simplifying the use of Noise2Void and its many
variants and cousins (CARE, Noise2Noise, N2V2, P(P)N2V, HDN, muSplit etc.).

## Why CAREamics?

Noise2Void is a widely used denoising algorithm, and is readily available from the `n2v`
python package. However, `n2v` is based on TensorFlow, while more recent methods 
denoising methods (PPN2V, DivNoising, HDN) are all implemented in PyTorch, but are 
lacking the extra features that would make them usable by the community.

The aim of CAREamics is to provide a PyTorch library reuniting all the latest methods
in one package, while providing a simple and consistent API. The library relies on 
PyTorch Lightning as a back-end. In addition, we will provide extensive documentation and 
tutorials on how to best apply these methods in a scientific context.

## Installation and use

Check out the [documentation](https://careamics.github.io/) for installation instructions and guides!
