Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.