An open API service indexing awesome lists of open source software.

https://github.com/sarthakjariwala/seaborn-image

High-level API for attractive and descriptive image visualization in Python
https://github.com/sarthakjariwala/seaborn-image

image-processing image-visualization matplotlib python scikit-image scipy seaborn-image visualization visualization-library

Last synced: about 2 months ago
JSON representation

High-level API for attractive and descriptive image visualization in Python

Awesome Lists containing this project

README

        

# seaborn-image: image data visualization

[![Tests](https://github.com/SarthakJariwala/seaborn-image/workflows/Tests/badge.svg)](https://github.com/SarthakJariwala/seaborn-image/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/SarthakJariwala/seaborn-image/branch/master/graph/badge.svg)](https://codecov.io/gh/SarthakJariwala/seaborn-image)
[![PyPI](https://img.shields.io/pypi/v/seaborn-image.svg)](https://pypi.org/project/seaborn-image/)
[![Documentation Status](https://readthedocs.org/projects/seaborn-image/badge/?version=latest)](https://seaborn-image.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Description

Seaborn-image is a Python **image** visualization library based on matplotlib
and provides a high-level API to **draw attractive and informative images quickly and effectively**.

It is heavily inspired by [seaborn](https://seaborn.pydata.org/), a high-level visualization library
for drawing attractive statistical graphics in Python.

## Documentation

Detailed documentation can be found [here](https://seaborn-image.readthedocs.io/).

- [Tutorial](https://seaborn-image.readthedocs.io/en/latest/tutorial.html)
- [Examples](https://seaborn-image.sarthakjariwala.com/en/latest/auto_examples/index.html)
- [API Reference](https://seaborn-image.readthedocs.io/en/latest/reference.html)

## Installation

For latest release:

Using `pip`

```bash
pip install -U seaborn-image
```

Using `conda`

```bash
conda install seaborn-image -c conda-forge
```

For latest commit
```bash
pip install git+https://github.com/SarthakJariwala/seaborn-image
```

## Contributing

Please see the [contributing guidelines](https://github.com/SarthakJariwala/seaborn-image/blob/master/CONTRIBUTING.rst)