Setup README
Browse files
README.md
CHANGED
@@ -1 +1,24 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: 'AeroPath: automatic airway segmentation using deep learning'
|
3 |
+
colorFrom: indigo
|
4 |
+
colorTo: indigo
|
5 |
+
sdk: docker
|
6 |
+
app_port: 7860
|
7 |
+
emoji: 🫁
|
8 |
+
pinned: false
|
9 |
+
license: mit
|
10 |
+
app_file: demo/app.py
|
11 |
+
---
|
12 |
+
|
13 |
+
<div align="center">
|
14 |
+
<h1 align="center">🫁 LyNoS 🤗</h1>
|
15 |
+
<h3 align="center">A lymph node segmentation benchmark from contrast CT</h3>
|
16 |
+
|
17 |
+
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/raidionics/LyNoS/blob/main/LICENSE.md)
|
18 |
+
[![CI/CD](https://github.com/raidionics/LyNoS/actions/workflows/deploy.yml/badge.svg)](https://github.com/raidionics/LyNoS/actions/workflows/deploy.yml)
|
19 |
+
<a target="_blank" href="https://huggingface.co/spaces/andreped/LyNoS"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
20 |
+
[![paper](https://img.shields.io/badge/arXiv-preprint-D12424)](https://arxiv.org/abs/2311.01138)
|
21 |
+
|
22 |
+
**LyNoS** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|
23 |
+
|
24 |
+
</div>
|