Implementation of a web server for Noise2Void.
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.