andreped commited on
Commit
d140995
β€’
1 Parent(s): 934338c

Refactored README

Browse files
Files changed (2) hide show
  1. .github/workflows/deploy.yml +1 -1
  2. README.md +13 -8
.github/workflows/deploy.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to Hugging Face hub
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 open-source medical AI research.
24
 
25
  </div>
26
 
27
- This project was made to showcase developed plugins for OHIF through hosting on Hugging Face spaces.
28
 
29
- The project is a work-in-progress. I will make a release when I have it working. Stay tuned!
30
 
31
- ## Getting started
32
 
33
- #### Deployment <a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Spaces-yellow.svg"></a>
34
 
35
- When the solution is ready, the website should be accessible on [Hugging Face](https://huggingface.co/spaces/andreped/ohif4hf).
36
 
37
- #### Development
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
- ## Credit
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).