Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 828 Bytes

File metadata and controls

34 lines (21 loc) · 828 Bytes

EPFL Center for Imaging logo

serverkit-pystackreg

Implementation of a web server for pyStackreg.

Installing the algorithm server with pip

Install dependencies:

pip install -r requirements.txt

Run the server:

python main.py

The server will be running on http://localhost:8000.

Using docker-compose

To build the docker image and run a container for the algorithm server in a single command, use:

docker compose up

The server will be running on http://localhost:8000.

Sample images provenance

  • pc12-unreg.tif: From the napari-pystackreg sample image contribution.