Implementation of a web server for pyStackreg.
Install dependencies:
pip install -r requirements.txt
Run the server:
python main.py
The server will be running on http://localhost:8000.
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.
- pc12-unreg.tif: From the napari-pystackreg sample image contribution.