# skimage-tutorials **Repository Path**: mirrors_scikit-image/skimage-tutorials ## Basic Information - **Project Name**: skimage-tutorials - **Description**: skimage-tutorials: a collection of tutorials for the scikit-image package. - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- orphan: true --- scikit-image tutorials ====================== A collection of tutorials for the [scikit-image](http://skimage.org) package. Launch the tutorial notebooks directly with MyBinder now: [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/scikit-image/skimage-tutorials/main?filepath=index.ipynb) Or you can setup and run on your local machine: 1. [Follow the preparation instructions](preparation.md) 2. Start the notebook server *from the same directory as this README* with `jupyter notebook` Refer to [the gallery](http://scikit-image.org/docs/dev/auto_examples/) as well as [scikit-image demos](https://github.com/scikit-image/skimage-demos) for more examples. Usage ----- These usage guidelines are based on goodwill. They are not a legal contract. The scikit-image team requests that you follow these guidelines if you use these materials in downstream projects. All materials in this repository are available free of restriction under the Creative Commons CC0 1.0 Universal Public Domain Dedication (see LICENSE.txt). However, we ask that you actively acknowledge and give attribution to this repo and to the authors if you reproduce them or create any derivative works. Specifically: * Keep the CC0 Public Domain Dedication intact when reusing large portions of the material (such as an entire lecture), so that others may benefit from the same license you did. * Do not represent yourself as the author of re-used material. For more information on these guidelines, which are sometimes known as CC0 (+BY), see [this blog post](http://www.dancohen.org/2013/11/26/cc0-by/) by Dan Cohen. Contributing ------------ If you make any modifications to these tutorials that you think would benefit the community at large, please [create a pull request](http://scikit-image.org/docs/dev/contribute.html)!