andreped commited on
Commit
be00ed0
1 Parent(s): 2170ae2

improved README header [no ci]

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,14 +1,17 @@
1
- # Automatic liver parenchyma and vessel segmentation in CT using deep learning
 
 
2
 
3
  [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
4
  [![Build Actions Status](https://github.com/andreped/livermask/workflows/Build/badge.svg)](https://github.com/andreped/livermask/actions)
5
  [![DOI](https://zenodo.org/badge/238680374.svg)](https://zenodo.org/badge/latestdoi/238680374)
6
  [![GitHub Downloads](https://img.shields.io/github/downloads/andreped/livermask/total?label=GitHub%20downloads&logo=github)](https://github.com/andreped/livermask/releases)
7
  [![Pip Downloads](https://img.shields.io/pypi/dm/livermask?label=pip%20downloads&logo=python)](https://pypi.org/project/livermask/)
 
 
8
 
9
- ⚠️***Latest: livermask is now on [PyPI](https://pypi.org/project/livermask/)!***
10
-
11
- <img src="figures/Segmentation_3DSlicer.PNG" width="70%" height="70%">
12
 
13
  ## Install
14
 
 
1
+ <div align="center">
2
+ <h1 align="center">livermask</h1>
3
+ <h3 align="center">Automatic liver parenchyma and vessel segmentation in CT using deep learning</h3>
4
 
5
  [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
6
  [![Build Actions Status](https://github.com/andreped/livermask/workflows/Build/badge.svg)](https://github.com/andreped/livermask/actions)
7
  [![DOI](https://zenodo.org/badge/238680374.svg)](https://zenodo.org/badge/latestdoi/238680374)
8
  [![GitHub Downloads](https://img.shields.io/github/downloads/andreped/livermask/total?label=GitHub%20downloads&logo=github)](https://github.com/andreped/livermask/releases)
9
  [![Pip Downloads](https://img.shields.io/pypi/dm/livermask?label=pip%20downloads&logo=python)](https://pypi.org/project/livermask/)
10
+
11
+ **livermask** was developed by SINTEF Medical Technology to provide an open tool for liver parenchyma segmentation to accelerate research.
12
 
13
+ <img src="figures/Segmentation_3DSlicer.PNG" width="70%">
14
+ </div>
 
15
 
16
  ## Install
17