napari organoid counter
A plugin to automatically count lung organoids using Deep Learning.
A napari plugin to automatically count lung organoids from microscopy imaging data. Note: this plugin only supports single-channel grayscale images.
Hold it for the demo!

This demo showcases the features of Version 0.2.13.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
This plugin has been tested with python 3.11 - you may consider using conda or mamba to create your dedicated environment before running the napari-organoid-counter.
-
You can install
napari-organoid-countervia pip:pip install napari-organoid-counterTo install for a developer:
git clone https://github.com/HelmholtzAI-Consultants-Munich/napari-organoid-counterpip install -e .
For installing on a Windows machine directly from within napari, follow the instuctions here.
Latest version features
Checkout Features of the latest version here.
How to use?
- To launch the plugin directly from your terminal:
napari -w napari-organoid-counter
- For convenience you can add a shell alias by adding this to your
~/.zshrc(macOS) or~/.bashrc(Linux):
alias organoid='napari -w napari-organoid-counter'
Then reload your shell config:
source ~/.zshrc # macOS
source ~/.bashrc # Linux
You can now launch the plugin simply by running:
organoid
- Alternatively, you can also start napari manually and select the plugin from the drop down menu.
For more information on this plugin, its intended audience, and a Quickstart guide go to our Quickstart guide.
Contributing
Contributions are very welcome. Tests can be run with [pytest], please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the MIT license, "napari-organoid-counter" is free and open source software
Dependencies
napari-organoid-counter uses the BioIO[1] for reading and processing images.
[1] Eva Maxfield Brown, Dan Toloudis, Jamie Sherman, Madison Swain-Bowden, Talley Lambert, Sean Meharry, Brian Whitney, AICSImageIO Contributors (2023). BioIO: Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python [Computer software]. GitHub. https://github.com/bioio-devs/bioio
Issues
If you encounter any problems, please file an issue along with a detailed description.
Citing
If you use this plugin for your work, please cite it using the following:
Christina Bukas, Francesco Campi, Abdulkader Ghandoura, & Piraud, M. (2026). HelmholtzAI-Consultants-Munich/napari-organoid-counter: v0.2.6 (v0.2.6). Zenodo. https://doi.org/10.5281/zenodo.19824587
bibtex:
@software{christina_bukas_2026_19824587,
author = {Christina Bukas and
Francesco Campi and
Abdulkader Ghandoura and
Piraud, Marie},
title = {HelmholtzAI-Consultants-Munich/napari-organoid-
counter: v0.2.6
},
month = apr,
year = 2026,
publisher = {Zenodo},
version = {v0.2.6},
doi = {10.5281/zenodo.19824587},
url = {https://doi.org/10.5281/zenodo.19824587},
}
Version:
- 0.2.13
Last updated:
- 2026-06-18
First released:
- 2022-04-13
License:
- MIT
Supported data:
- Information not submitted
Open extension:
Save extension:
Operating system:
- Information not submitted
Requirements:
- napari[all]>=0.7.0
- bioio==3.3.0
- bioio-ome-tiff==1.4.0
- bioio-tifffile==1.3.0
- bioio-czi==2.6.0
- bioio-nd2==1.6.2
- bioio-lif==1.4.0
- bioio-dv==1.2.0
- torch
- lxml_html_clean==0.4.4
- torchvision
- opencv-python==4.11.0.86
- onnxruntime==1.23.0
- tox; extra == "testing"
- pytest; extra == "testing"
- pytest-cov; extra == "testing"
- pytest-qt; extra == "testing"
- napari; extra == "testing"
- pyqt5; extra == "testing"

