|
4 | 4 |
|
5 | 5 | # DeepReg |
6 | 6 |
|
7 | | -[](https://opensource.org/licenses/Apache-2.0) |
8 | | -[](https://github.com/psf/black) |
9 | | -[](https://travis-ci.com/DeepRegNet/DeepReg) |
10 | | -[](https://deepreg.readthedocs.io/en/latest/?badge=latest) |
11 | | -[](https://codecov.io/gh/DeepRegNet/DeepReg) |
12 | | -[](https://pypi.python.org/pypi/DeepReg/) |
13 | | -[](https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3) |
| 7 | +<table align="center"> |
| 8 | + <tr> |
| 9 | + <td align="left"> |
| 10 | + <b>Package</b> |
| 11 | + </td> |
| 12 | + <td align="center"> |
| 13 | + <a href="https://pypi.python.org/pypi/DeepReg/"> |
| 14 | + <img src="https://img.shields.io/pypi/v/deepreg.svg" alt="PyPI Version"> |
| 15 | + </a> |
| 16 | + <a href="https://pepy.tech/project/deepreg"> |
| 17 | + <img src="https://static.pepy.tech/personalized-badge/deepreg?period=total&units=none&left_color=grey&right_color=orange&left_text=Downloads" alt="PyPI downloads"> |
| 18 | + </a> |
| 19 | + </td> |
| 20 | + </tr> |
| 21 | + <tr> |
| 22 | + <td align="left"> |
| 23 | + <b>Docs</b> |
| 24 | + </td> |
| 25 | + <td align="center"> |
| 26 | + <a href="https://deepreg.readthedocs.io/en/latest/?badge=latest"> |
| 27 | + <img src="https://readthedocs.org/projects/deepreg/badge/?version=latest" alt="Documentation Status"> |
| 28 | + </a> |
| 29 | + <a href="https://opensource.org/licenses/Apache-2.0"> |
| 30 | + <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"> |
| 31 | + </a> |
| 32 | + </td> |
| 33 | + </tr> |
| 34 | + <tr> |
| 35 | + <td align="left"> |
| 36 | + <b>Build</b> |
| 37 | + </td> |
| 38 | + <td align="center"> |
| 39 | + <a href="https://travis-ci.com/DeepRegNet/DeepReg"> |
| 40 | + <img src="https://travis-ci.com/DeepRegNet/DeepReg.svg?branch=main" alt="Build Status"> |
| 41 | + </a> |
| 42 | + </td> |
| 43 | + </tr> |
| 44 | + <tr> |
| 45 | + <td align="left"> |
| 46 | + <b>Code</b> |
| 47 | + </td> |
| 48 | + <td align="center"> |
| 49 | + <a href="https://github.com/psf/black"> |
| 50 | + <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Cod Style"> |
| 51 | + </a> |
| 52 | + <a href="https://codecov.io/github/DeepRegNet/DeepReg"> |
| 53 | + <img src="https://codecov.io/gh/DeepRegNet/DeepReg/branch/main/graph/badge.svg" alt="Coverage Status"> |
| 54 | + </a> |
| 55 | + </td> |
| 56 | + </tr> |
| 57 | + <tr> |
| 58 | + <td align="left"> |
| 59 | + <b>Papers</b> |
| 60 | + </td> |
| 61 | + <td align="center"> |
| 62 | + <a href="https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3"> |
| 63 | + <img src="https://joss.theoj.org/papers/7e6de472bc82a70d7618e23f618960b3/status.svg" alt="JOSS Paper"> |
| 64 | + </a> |
| 65 | + </td> |
| 66 | + </tr> |
| 67 | +</table> |
14 | 68 |
|
15 | 69 | **DeepReg is a freely available, community-supported open-source toolkit for research |
16 | 70 | and education in medical image registration using deep learning.** |
17 | 71 |
|
18 | | -- TensorFlow-2-based for efficient training and rapid deployment; |
| 72 | +- TensorFlow 2-based for efficient training and rapid deployment; |
19 | 73 | - Implementing major unsupervised and weakly-supervised algorithms, with their |
20 | 74 | combinations and variants; |
21 | 75 | - Focusing on growing and diverse clinical applications, with all DeepReg Demos using |
|
0 commit comments