Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkitektio-apps/kare
CARE denoising enabled as an arkitekt plugin
https://github.com/arkitektio-apps/kare
Last synced: 19 days ago
JSON representation
CARE denoising enabled as an arkitekt plugin
- Host: GitHub
- URL: https://github.com/arkitektio-apps/kare
- Owner: arkitektio-apps
- Created: 2023-01-25T09:28:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T15:41:48.000Z (10 months ago)
- Last Synced: 2024-05-01T12:51:17.012Z (8 months ago)
- Language: Python
- Homepage: https://arkitekt.live
- Size: 31.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kare
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://pypi.org/project/kare/)
![Maintainer](https://img.shields.io/badge/maintainer-jhnnsrs-blue)kare is just CARE enabled as an arkitekt plugin-app
### Pre-requisites
Currently you need an Arkitekt server running in order to use this plugin. You can check out the arkitekt documentation [here](https://arkitekt.live)
for more information on how to set up an arkitekt server.### Installation
In order to install kare, you need to have a working arkitekt server. You can then install kare through the arkitekt web interface,
by navigating to the "Port" tab and adding this repository in the "Add Repository" section.### Features
- Ability to train CARE model through the arkitekt web api
- Ability to infer images through the arkitekt web api### Usage
This plugin exposes two main Nodes, the "Train Care Model
" Node and the "Predict Care" Node. You can use these nodes to train and infer CARE models respectively.In order to understand how to train and infer CARE models, you can check out the advanced tutorial [here](https://arkitekt.live/docs/introduction/advanced/training)