hnguyentt / mousechd-napari

Napari plugin for MouseCHD project.
https://github.com/hnguyentt/MouseCHD
MIT License
1 stars 0 forks source link

Napari plugin for MouseCHD project

Tool for heart segmentation and congenital heart defect detection in mice.

Installation

From Bundle

(1) Install Napari by following this instruction https://napari.org/stable/tutorials/fundamentals/installation.html#install-as-a-bundled-app

(2) Install mousechd-napari plugin:

(3) Restart Napari to run the plugin

From code

conda create -n mousechd_napari python=3.9
conda activate mousechd_napari
pip install "napari[all]"
pip install mousechd-napari
napari

How to use

Please find details instruction in folder docs