Installation
------------

Install ``piscis`` from from `PyPI <https://pypi.org/project/piscis/>`_ with ``pip``.

::

   pip install piscis

Dependencies
------------

Piscis relies on the following packages, which are automatically installed with ``pip``:

- `deeptile <https://github.com/arjunrajlaboratory/DeepTile>`_
- `huggingface-hub <https://huggingface.co/docs/huggingface_hub>`_
- `imageio <https://imageio.readthedocs.io/>`_
- `numba <https://numba.pydata.org/>`_
- `numpy <https://numpy.org/>`_
- `opencv-python <https://opencv.org/>`_
- `pandas <https://pandas.pydata.org/>`_
- `scikit-image <https://scikit-image.org/>`_
- `scipy <https://scipy.org/>`_
- `torch <https://pytorch.org/>`_
- `torchvision <https://pytorch.org/vision>`_
- `tqdm <https://tqdm.github.io/>`_
- `xarray <https://xarray.dev/>`_

Contribution and Support
------------------------

Users can submit questions, report bugs, and contribute to Piscis by creating issues and pull requests via GitHub:  
https://github.com/zjniu/Piscis.
