{"id":32175030,"url":"https://github.com/yapic/napari-yapic-prediction","last_synced_at":"2026-02-21T03:31:29.343Z","repository":{"id":44616961,"uuid":"358532848","full_name":"yapic/napari-yapic-prediction","owner":"yapic","description":"Image segmentation prediction tool that uses trained YAPiC model and performs image segmentation directly in Napari.","archived":false,"fork":false,"pushed_at":"2022-09-19T07:58:31.000Z","size":4346,"stargazers_count":0,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-21T19:33:22.930Z","etag":null,"topics":["napari-plugin"],"latest_commit_sha":null,"homepage":"https://yapic.github.io/napari-yapic-prediction","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yapic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-16T08:40:07.000Z","updated_at":"2021-12-21T16:56:10.000Z","dependencies_parsed_at":"2022-09-02T04:02:34.733Z","dependency_job_id":null,"html_url":"https://github.com/yapic/napari-yapic-prediction","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yapic/napari-yapic-prediction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yapic%2Fnapari-yapic-prediction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yapic%2Fnapari-yapic-prediction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yapic%2Fnapari-yapic-prediction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yapic%2Fnapari-yapic-prediction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yapic","download_url":"https://codeload.github.com/yapic/napari-yapic-prediction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yapic%2Fnapari-yapic-prediction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["napari-plugin"],"created_at":"2025-10-21T19:22:06.359Z","updated_at":"2026-02-21T03:31:29.335Z","avatar_url":"https://github.com/yapic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# napari-yapic-prediction\n\n[![License](https://img.shields.io/pypi/l/napari-yapic-prediction.svg?color=green)](https://github.com/yapic/napari-yapic-prediction/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-yapic-prediction.svg?color=green)](https://pypi.org/project/napari-yapic-prediction)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-yapic-prediction.svg?color=green)](https://python.org)\n[![tests](https://github.com/yapic/napari-yapic-prediction/workflows/tests/badge.svg)](https://github.com/yapic/napari-yapic-prediction/actions)\n[![codecov](https://codecov.io/gh/yapic/napari-yapic-prediction/branch/master/graph/badge.svg?token=amah2YwOpx)](https://codecov.io/gh/yapic/napari-yapic-prediction)\n\nA napari widget plugin to perform YAPiC model segmentation prediction in the napari window. \n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\n\n\u003c!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/docs/plugins/index.html\n--\u003e\n\n## Description\n\nThis napari plugin provides a widget to upload a [YAPiC] trained model and perform segmentation over all the present images in the napari window. The segmentation results are uploaded as napari layers into the viewer automatically with the name structure of *imgename_prediction*.\n\n## Installation\n\n1. Please install either GPU or CPU version of tensorflow that is compatible with your `cuda` and `cudnn` libraries before installing the plugin depending on your system.\nOne of the plugin dependency is `yapic` that currently has sensitivity to tensorflow versions.\n\n2. You can install `napari-yapic-prediction` via [pip]:\n\n    ```pip install napari-yapic-prediction```\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [GNU GPL v3.0] license,\n\"napari-yapic-prediction\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/yapic/napari-yapic-prediction/issues\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n[YAPiC]: https://yapic.github.io/yapic/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyapic%2Fnapari-yapic-prediction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyapic%2Fnapari-yapic-prediction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyapic%2Fnapari-yapic-prediction/lists"}