Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.31 KB

File metadata and controls

49 lines (35 loc) · 2.31 KB

CloudScope

Tests codecov Docs

CloudScope is a desktop and browser application for viewing, annotating, and analyzing acquisition-backed microscopy files. The GUI, notebooks, and scripts share the same Python backend so analyses stay reproducible across interfaces.

Try CloudScope

Documentation

Full guides live on the docs site (preferred over this README):

Quick links: supported formats, velocity, diameter, peak detection, pool plots, blinded mode, sample data.

Developer install

Requires uv. From the repository root:

git clone git@github.com:mapmanager/cloudscope.git
cd cloudscope
uv sync
./scripts/run app

Browser mode: ./scripts/run web

Tests: uv run pytest

See the developer documentation for Docker, environment variables, coverage, and release builds.