Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 8.17 KB

README.md

File metadata and controls

86 lines (68 loc) · 8.17 KB

SegDicom

Small and lightweight web app learning project for case creation with DICOM series that can be segmented with image processing algorithms.

Modules

  • Angular web app
  • .NET API
  • Python Azure Function
  • Azurite Blob Storage

Technology Stack

How to Use it

Requirements

Do not forget to add angular, node and python paths to PATH environment variables.

Add the following lines in the user secrets of the .NET project:

{
  "AzureDicomStorage": "UseDevelopmentStorage=true",
  "AzureDicomStorage:blob": "UseDevelopmentStorage=true"
}

Installation

To install all necessary dependencies and libraries, please execute the following command in the project directory:

./install.sh

Note: Each module necessary dependencies and libraries can be installed individually by executing the corresponding scripts in the the scripts/install folder

Start

To start the application, please execute the following command in the project directory:

./run.sh

Note: