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
- Host: GitHub
- URL: https://github.com/sarthakjariwala/seaborn-image
- Owner: SarthakJariwala
- License: mit
- Created: 2020-07-15T04:07:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T20:21:32.000Z (2 months ago)
- Last Synced: 2025-03-29T02:07:03.908Z (about 2 months ago)
- Topics: image-processing, image-visualization, matplotlib, python, scikit-image, scipy, seaborn-image, visualization, visualization-library
- Language: Python
- Homepage: https://seaborn-image.readthedocs.io/
- Size: 36.1 MB
- Stars: 67
- Watchers: 3
- Forks: 7
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# seaborn-image: image data visualization
[](https://github.com/SarthakJariwala/seaborn-image/actions?workflow=Tests)
[](https://codecov.io/gh/SarthakJariwala/seaborn-image)
[](https://pypi.org/project/seaborn-image/)
[](https://seaborn-image.readthedocs.io/en/latest/?badge=latest)
[](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)