mousechd-napari


Namemousechd-napari JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/hnguyentt/mousechd-napari
SummaryA tool for heart segmentation and congenital heart defect detection in mice.
upload_time2024-09-19 14:00:14
maintainerNone
docs_urlNone
authorHoa Nguyen
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Napari plugin for MouseCHD project

![](https://raw.githubusercontent.com/hnguyentt/mousechd-napari/master/assets/demo.gif)

*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:
    * Run Napari
    * `Plugins` --> `Install/Uninstall Plugins ...` --> Search for `mousechd-napari` --> Click on `install`.

(3) Restart Napari to run the plugin

### From code
```bash
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](https://github.com/hnguyentt/mousechd-napari/tree/master/docs)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hnguyentt/mousechd-napari",
    "name": "mousechd-napari",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Hoa Nguyen",
    "author_email": "ntthoa.uphcm@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Napari plugin for MouseCHD project\n\n![](https://raw.githubusercontent.com/hnguyentt/mousechd-napari/master/assets/demo.gif)\n\n*Tool for heart segmentation and congenital heart defect detection in mice.*\n\n## Installation\n### From Bundle\n(1) Install Napari by following this instruction https://napari.org/stable/tutorials/fundamentals/installation.html#install-as-a-bundled-app\n\n(2) Install `mousechd-napari` plugin:\n    * Run Napari\n    * `Plugins` --> `Install/Uninstall Plugins ...` --> Search for `mousechd-napari` --> Click on `install`.\n\n(3) Restart Napari to run the plugin\n\n### From code\n```bash\nconda create -n mousechd_napari python=3.9\nconda activate mousechd_napari\npip install \"napari[all]\"\npip install mousechd-napari\nnapari\n```\n\n## How to use\nPlease find details instruction in folder [docs](https://github.com/hnguyentt/mousechd-napari/tree/master/docs)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool for heart segmentation and congenital heart defect detection in mice.",
    "version": "0.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/hnguyentt/mousechd-napari/issues",
        "Documentation": "https://github.com/hnguyentt/mousechd-napari#README.md",
        "Homepage": "https://github.com/hnguyentt/mousechd-napari",
        "Source Code": "https://github.com/hnguyentt/mousechd-napari",
        "User Support": "https://github.com/hnguyentt/mousechd-napari/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e8d659630793f32b571709cbd02fa9138af9e58704d240ee031831827c49fff",
                "md5": "ad3421f4c26ff77134f2730468f3ab9e",
                "sha256": "9c3351773d2ab775a1826d0f6231a75f4c493bf8112e4ff69dc7b2a6a39ade81"
            },
            "downloads": -1,
            "filename": "mousechd_napari-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad3421f4c26ff77134f2730468f3ab9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19759,
            "upload_time": "2024-09-19T14:00:14",
            "upload_time_iso_8601": "2024-09-19T14:00:14.223387Z",
            "url": "https://files.pythonhosted.org/packages/2e/8d/659630793f32b571709cbd02fa9138af9e58704d240ee031831827c49fff/mousechd_napari-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 14:00:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hnguyentt",
    "github_project": "mousechd-napari",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "mousechd-napari"
}
        
Elapsed time: 0.52921s