Spaces:
Running
Running
Refactored README
Browse files- .github/workflows/deploy.yml +1 -1
- README.md +13 -8
.github/workflows/deploy.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
2 |
on:
|
3 |
push:
|
4 |
branches: [ main ]
|
|
|
1 |
+
name: Deploy
|
2 |
on:
|
3 |
push:
|
4 |
branches: [ main ]
|
README.md
CHANGED
@@ -20,21 +20,21 @@ custom_headers:
|
|
20 |
[![CI/CD](https://github.com/andreped/ohif4hf/actions/workflows/deploy.yml/badge.svg)](https://github.com/andreped/ohif4hf/actions/workflows/deploy.yml)
|
21 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Spaces-yellow.svg"></a><a href="https://colab.research.google.com/gist/andreped/f83e53b120ddc2f6930f1dd66a16f248/neukit-demo-example.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
|
22 |
|
23 |
-
**ohif4hf** was developed by SINTEF Medical Image Analysis to accelerate
|
24 |
|
25 |
</div>
|
26 |
|
27 |
-
|
28 |
|
29 |
-
The project is a work-in-progress.
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
38 |
|
39 |
```
|
40 |
git clone https://github.com/andreped/ohif4hf.git
|
@@ -44,7 +44,12 @@ docker run ohif4hf
|
|
44 |
|
45 |
To go inside docker image and debug, at the bottom of the Dockerfile, add `ENTRYPOINT [ "/bin/sh" ]` before running.
|
46 |
|
47 |
-
##
|
48 |
|
49 |
I did not develop OHIF, only implemented some plugins and showcased deployment on Hugging Face space.
|
50 |
Credit should be given to the developers of OHIF for making such an amazing open software solution!
|
|
|
|
|
|
|
|
|
|
|
|
20 |
[![CI/CD](https://github.com/andreped/ohif4hf/actions/workflows/deploy.yml/badge.svg)](https://github.com/andreped/ohif4hf/actions/workflows/deploy.yml)
|
21 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Spaces-yellow.svg"></a><a href="https://colab.research.google.com/gist/andreped/f83e53b120ddc2f6930f1dd66a16f248/neukit-demo-example.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
|
22 |
|
23 |
+
**ohif4hf** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|
24 |
|
25 |
</div>
|
26 |
|
27 |
+
## π» [Getting started](https://github.com/andreped/ohif4hf#getting-started)
|
28 |
|
29 |
+
_**NOTE:** The project is a work-in-progress. The final plugin(s) are yet to be added. Stay tuned!_
|
30 |
|
31 |
+
### π€ [Deployment](https://github.com/andreped/ohif4hf#deployment) <a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Spaces-yellow.svg"></a>
|
32 |
|
33 |
+
The solution is deployed on Hugging Face (HF) spaces. Click the badge above to access it.
|
34 |
|
35 |
+
The web app is also deployed on [my personal website](https://andreped.github.io/demos/2023/ohif-plugin/), using HF for hosting the solution.
|
36 |
|
37 |
+
### π³ [Development](https://github.com/andreped/ohif4hf#development)
|
38 |
|
39 |
```
|
40 |
git clone https://github.com/andreped/ohif4hf.git
|
|
|
44 |
|
45 |
To go inside docker image and debug, at the bottom of the Dockerfile, add `ENTRYPOINT [ "/bin/sh" ]` before running.
|
46 |
|
47 |
+
## π [Acknowledgements](https://github.com/andreped/ohif4hf#acknowledgements)
|
48 |
|
49 |
I did not develop OHIF, only implemented some plugins and showcased deployment on Hugging Face space.
|
50 |
Credit should be given to the developers of OHIF for making such an amazing open software solution!
|
51 |
+
I also want to acknoweledge [@radames](https://github.com/radames) at Hugging Face for assistance with HF space integration.
|
52 |
+
|
53 |
+
## β¨ [License](https://github.com/andreped/ohif4hf#license)
|
54 |
+
|
55 |
+
The code in this repository is released under [MIT-License](https://github.com/andreped/ohif4hf/blob/main/LICENSE).
|