Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.17 KB

index.rst

File metadata and controls

56 lines (40 loc) · 1.17 KB

cellpose

cellpose is an anatomical segmentation algorithm written in Python 3 by Carsen Stringer and Marius Pachitariu. For support, please open an issue.

We make pip installable releases of cellpose, here is the pypi. You can install it as pip install cellpose[gui].

You can try it out without installing at cellpose.org. Also check out these resources:

  • twitter thread
  • Marius's talk on cellpose
  • paper on biorxiv (see figure 1 below)

fig1

.. toctree::
   :maxdepth: 3
   :caption: Basics:

   installation
   gui
   inputs
   settings
   outputs
   train


.. toctree::
   :maxdepth: 3
   :caption: Examples:

   notebook
   command


.. toctree::
   :caption: API Reference:

   api