Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)