Project-MONAI / monai-deploy-workflow-manager

Repository containing the Workflow Manager sub-system part of MONAI Deploy.
Apache License 2.0
13 stars 3 forks source link
ai dotnet healthcare medical-imaging workflow-engine

project-monai

💡 If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read MONAI Deploy first.

MONAI Deploy Workflow Manager

License codecov

This repository contains the Workflow Manager subsystem, part of MONAI Deploy. Please refer to the main MONAI Deploy repo for more details.

Build

Prerequisites

Development Environment

During development, change any settings inside the appsettings.Development.json file. First, export the following environment variable before executing dotnet run:

Linux

export DOTNET_ENVIRONMENT=Development

Powershell

$env:DOTNET_ENVIRONMENT="Development"

Building MONAI Workflow Manager

cd src && dotnet build

Contributing

For guidance on making a contribution to MONAI Deploy Workflow Manager, see the contributing guidelines.

Community

To participate, please join the MONAI Deploy Workflow Manager weekly meetings on the calendar and review the meeting notes.

Join the conversation on Twitter @ProjectMONAI or join our Slack channel.

Ask and answer questions over on MONAI Deploy Workflow Manager's GitHub Discussions tab.

Links