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.
- Host: GitHub
- URL: https://github.com/imaging-server-kit/imaging-server-kit
- Owner: Imaging-Server-Kit
- License: bsd-3-clause
- Created: 2025-01-06T09:51:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T09:23:46.000Z (about 1 year ago)
- Last Synced: 2025-06-16T09:53:44.120Z (about 1 year ago)
- Topics: fastapi, image-analysis, image-processing
- Language: Python
- Homepage: https://imaging-server-kit.github.io/imaging-server-kit
- Size: 2.93 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README

# 🪐 Imaging Server Kit
Deploy image processing algorithms in FastAPI servers and easily run them from Napari, QuPath, and more.
[](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.