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

https://github.com/imaging-server-kit/imaging-server-kit

Deploy image processing algorithms in FastAPI servers and easily run them in Napari, QuPath, and more.
https://github.com/imaging-server-kit/imaging-server-kit

fastapi image-analysis image-processing

Last synced: 12 months ago
JSON representation

Deploy image processing algorithms in FastAPI servers and easily run them in Napari, QuPath, and more.

Awesome Lists containing this project

README

          

![EPFL Center for Imaging logo](https://imaging.epfl.ch/resources/logo-for-gitlab.svg)
# 🪐 Imaging Server Kit

Deploy image processing algorithms in FastAPI servers and easily run them from Napari, QuPath, and more.

[![DOI](https://zenodo.org/badge/912741131.svg)](https://doi.org/10.5281/zenodo.15673151)

## Installation

Install the `imaging-server-kit` package with `pip`:

```
pip install imaging-server-kit
```

or clone the project and install the development version:

```
git clone https://github.com/Imaging-Server-Kit/imaging-server-kit.git
cd imaging-server-kit
pip install -e .
```

## Getting started

The documentation is available on [this page](https://imaging-server-kit.github.io/imaging-server-kit).

## Contributing

Contributions are very welcome.

## License

This software is distributed under the terms of the [BSD-3](http://opensource.org/licenses/BSD-3-Clause) license.

## Issues

If you encounter any problems, please file an issue along with a detailed description.