Spaces:
Runtime error
title: 'ohif4hf: Project to showcase AI solutions for medical applications in OHIF'
colorFrom: indigo
colorTo: indigo
sdk: docker
emoji: π¬
pinned: false
license: mit
custom_headers:
cross-origin-embedder-policy: require-corp
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: cross-origin
ohif4hf
Project to showcase AI solutions for medical applications in OHIF
ohif4hf was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
π» Getting started
NOTE: The project is a work-in-progress. The final plugin(s) are yet to be added. Stay tuned!
π€ Deployment
The solution is deployed on Hugging Face (HF) spaces. Click the badge above to access it.
The web app is also deployed on my personal website, using HF for hosting the solution.
π³ Development
git clone https://github.com/andreped/ohif4hf.git
docker build --no-cache -t ohif4hf .
docker run ohif4hf
To go inside docker image and debug, at the bottom of the Dockerfile, add ENTRYPOINT [ "/bin/sh" ]
before running.
π Acknowledgements
I did not develop OHIF, only implemented some plugins and showcased deployment on Hugging Face space. Credit should be given to the developers of OHIF for making such an amazing open software solution! I also want to acknoweledge @radames at Hugging Face for assistance with HF space integration.
β¨ License
The code in this repository is released under MIT-License.