Merge pull request #10 from andreped/dev
Browse files
README.md
CHANGED
@@ -10,13 +10,32 @@ license: mit
|
|
10 |
app_file: app.py
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
14 |
|
15 |
-
](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
18 |
+
<a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
19 |
|
20 |
+
**neukit** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|
21 |
|
22 |
+
</div>
|
23 |
+
|
24 |
+
## Intro
|
25 |
+
|
26 |
+
This web application enables users to test [Raidionics](https://raidionics.github.io/), which is an open-source, free-to-use desktop application for pre- and postoperative central nervous system tumor segmentation and standardized reporting. The app only supports single volume input and only demonstrates the segmentation results of the Raidionics software, and thus is only meant for demonstration purposes.
|
27 |
+
|
28 |
+
For postoperative tumor segmentation, standardized reporting, and better functionality for performing analysis on full cohorts (batch mode), please, refer to the Raidionics software which is hosted [here](https://github.com/raidionics/Raidionics).
|
29 |
+
|
30 |
+
## Demo <a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
31 |
+
|
32 |
+
To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
|
33 |
+
|
34 |
+
<img width="1722" alt="Screenshot 2023-06-06 at 21 53 25" src="https://github.com/andreped/neukit/assets/29090665/e67f35c2-482b-409c-b1a9-bc987fbb5c6a">
|
35 |
+
|
36 |
+
## Development
|
37 |
+
|
38 |
+
Alternatively, you can deploy the software locally. Note that this is only relevant for development purposes. Simply dockerize the app and run it:
|
39 |
|
40 |
```
|
41 |
docker build -t neukit .
|
|
|
43 |
```
|
44 |
|
45 |
Then open `http://127.0.0.1:7860` in your favourite internet browser to view the demo.
|
46 |
+
|
47 |
+
## Citation
|
48 |
+
|
49 |
+
If you found the tool useful in your research, please, cite the corresponding software paper:
|
50 |
+
|
51 |
+
```
|
52 |
+
@misc{bouget2023raidionics,
|
53 |
+
title={Raidionics: an open software for pre- and postoperative central nervous system tumor segmentation and standardized reporting},
|
54 |
+
author={David Bouget and Demah Alsinan and Valeria Gaitan and Ragnhild Holden Helland and André Pedersen and Ole Solheim and Ingerid Reinertsen},
|
55 |
+
year={2023},
|
56 |
+
eprint={2305.14351},
|
57 |
+
archivePrefix={arXiv},
|
58 |
+
primaryClass={physics.med-ph}
|
59 |
+
}
|
60 |
+
```
|