Tutorials

The notebooks below are available in the notebooks/ directory of the GitHub repository. Run them locally to learn how to use the Datamint Python API across different scenarios.

Getting Started

Annotations

Datasets

Experiment Tracking

Deployment

End-to-End Examples

Complete workflows from data upload to deployment.

Each notebook below trains on a public dataset (BCCD, FracAtlas, BUSI, Synapse). The download-and-upload step for each one is a single call into datamint.examples, a helper module that downloads the raw dataset, uploads it to a Datamint project, and creates the matching annotations:

from datamint.examples import bccd_dataset

project = bccd_dataset.create(project_name="bccd_detection")

Other available modules: fracatlas_dataset, busi_dataset, synapse_dataset.

Slice-based (2D)

Full 3D

SAM (promptable segmentation)