Skip to content
Jacob Silterra edited this page Mar 6, 2024 · 14 revisions

This project contains a web server which accepts DICOM images and processes them with an ML model. It is generally intended to be run inside a container, and other processes can have the ML model run on their DICOM images by submitting them through an HTTP POST request.

Current models implemented are:

Containers are published on Docker Hub


Recommended reading order for pages on this wiki:

  1. Home
  2. Setup
  3. Making Predictions
  4. API Reference
Clone this wiki locally