SarthakJariwala / seaborn-image

High-level API for attractive and descriptive image visualization in Python
https://seaborn-image.readthedocs.io/
MIT License
66 stars 7 forks source link
image-processing image-visualization matplotlib python scikit-image scipy seaborn-image visualization visualization-library

seaborn-image: image data visualization

Tests Codecov PyPI Documentation Status Code style: 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, a high-level visualization library for drawing attractive statistical graphics in Python.

Documentation

Detailed documentation can be found here.

Installation

For latest release:

Using pip

pip install -U seaborn-image

Using conda

conda install seaborn-image -c conda-forge

For latest commit

pip install git+https://github.com/SarthakJariwala/seaborn-image

Contributing

Please see the contributing guidelines