API Reference

The following section provides an exhaustive documentation of the ViRelAy backend API’s constituent modules, classes, methods, and functions. It offers in-depth descriptions of their respective functionalities, parameter details, and usage guidelines, making it an invaluable resource for developers looking to contribute to the project or gain a deeper understanding of its underlying architecture.

virelay.application

Contains the command-line interface for the ViRelAy application.

virelay.image_processing

Contains some helper functions for processing images.

virelay.model

Contains the data model abstraction.

virelay.server

Represents the server of ViRelAy, which contains the backend REST API and serves the frontend web app.