Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start preparations for doc #80

Merged
merged 9 commits into from
Jul 21, 2023
7 changes: 7 additions & 0 deletions doc/start_page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Segment Anything for Microscopy

Segment Anything for Microscopy implements automatic and interactive annotation for microscopy data. It is built on top of [Segment Anything](https://segment-anything.com/) by Meta AI and specializes it for microscopy and other bio-imaging data.
Its core components are:
- The `micro_sam` tool: implements interactive data annotation using [napari](https://napari.org/stable/).
- The `micro_sam` python library: implements functionality for applying Segment Anything to multi-dimensional data, and to fine-tune it on custom datasets.
- The `micro_sam` models: new Segment Anything models that were fine-tuned on publicly available microscopy data.
Loading
Loading