From 8280fbc1df125af51af6103a341b01db9a7d94d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Thu, 9 Nov 2023 20:54:51 +0100 Subject: [PATCH] Added demo README section + snapshot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16159c7..8eeb4fc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ app_file: demo/app.py This repository contains the LyNoS dataset described in ["_Mediastinal lymph nodes segmentation using 3D convolutional neural network ensembles and anatomical priors guiding_"](https://doi.org/10.1080/21681163.2022.2043778). The original pretrained model was made openly available [here](https://github.com/dbouget/ct_mediastinal_structures_segmentation). However, we have gone ahead and made a web demonstration to more easily test the pretrained model. The application was developed using [Gradio](https://www.gradio.app) for the frontend and the segmentation is performed using the [Raidionics](https://raidionics.github.io/) backend. +## [Demo](https://github.com/raidionics/LyNoS#demo) + +To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app. + +Screenshot 2023-11-09 at 20 53 29 + ## [Continuous integration](https://github.com/raidionics/LyNoS#continuous-integration) | Build Type | Status |