We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cd956 commit 8d62100Copy full SHA for 8d62100
cellcast/src/lib.rs
@@ -1,3 +1,10 @@
1
+//! The `cellcast` crate is a recast of cell segmentation models built on the Burn
2
+//! tensor and deep learning framework. This library aims to make access to cell
3
+//! segmentation models easier and hardware agnostic.
4
+//!
5
+//! ## Crate Status
6
7
+//! This crate is still under active development and it's API is not stable.
8
pub mod geometry;
9
pub mod labeling;
10
pub mod models;
0 commit comments