rniilartey / napari-tutorials

tutorials for the napari image viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

napari tutorials

Welcome to the napari tutorials! Our main development occurs on the napari/napari repository. Here we've provided a few tutorials to explore the main usage modes and methods of napari. Before we dive in, let's talk a bit about what napari actually is and why we're developing it.

what is napari?

napari is a fast, interactive, multi-dimensional image viewer for Python. It's designed for browsing, annotating, and analyzing large multi-dimensional images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based rendering), and the scientific Python stack (e.g. numpy, scipy). It includes critical viewer features out-of-the-box, such as support for large multi-dimensional data, and layering and annotation. By integrating closely with the Python ecosystem, napari can be easily coupled to leading machine learning and image analysis tools (e.g. scikit-image, scikit-learn, TensorFlow, PyTorch), enabling more user-friendly automated analysis.

image

We're developing napari in the open! But the project is in an alpha stage, and there will still likely be breaking changes with each release. You can follow progress on this repository, test out new versions as we release them, and contribute ideas and code.

To get a sense of our current plans checkout and contribute to the discussion on some of our long-term feature issues on gitub.

To checkout some cool example uses of napari with scientific data see our gallery.

getting started

These tutorials target people who want to use napari as a user. If you are also interested in contributing to napari then please check out contributing guidelines.

If you've already got napari installed then begin with our getting started tutorial. For help installing napari checkout our installing napari tutorial.

help

We're a community partner on the imagesc forum and all help and support requests should be posted on the forum with the tag napari. We look forward to interacting with you there.

improving the tutorials

Our tutorials are hosted on Github at napari/napari-tutorials. If as you're going through the tutorials you spot any errors or can think of ways to improve them please raise an issue on the repository or make a PR, we'd love to have the community help make them better for everyone.

all tutorials

About

tutorials for the napari image viewer

License:BSD 3-Clause "New" or "Revised" License