
Labeling Cells with napari and Python: A Step-by-Step Guide for BioImage Analysis
Last Updated on July 4, 2025 by Editorial Team
Author(s): MicroBioscopicData (by Alexandros Athanasopoulos)
Originally published on Towards AI.
In this tutorial, we will go through a step-by-step guide on how to label cells using napari, an interactive multi-dimensional image viewer for Python, ideal for microscopy data. This hands-on guide is designed for biologists, data scientists, and image analysts, and will cover everything we need to know β from loading microscopy images into Python, to navigating napariβs labeling tools, and finally saving our labeled images in structured folders for downstream analysis or machine/deep learning.
We will work entirely within a Jupyter Notebook environment, combining Python scripting with visual exploration and annotation using napari. This tutorial is designed to be beginner-friendly but assumes that the reader has a basic understanding of microscopy, Python syntax, and how to work with Jupyter Notebooks, as well as a general familiarity with image segmentation concepts.
To work efficiently with our microscopy images β more precisely .lif files from Leica microscope β and to label them properly with napari, itβs essential to maintain a clear, well-structured folder system. In my case, I will use a 4-folder system to organize my project:
Raw .lif Files: This first folder will store the original .lif microscopy files, exactly as exported from my Leica microscope. This ensures that the raw data remains… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI