dsa4hf / README.md
andreped's picture
Runs locally, but windows docker run fails
498130b
metadata
title: 'Digital Slide Archive: Platform for working with large microscopy images.'
colorFrom: indigo
colorTo: indigo
sdk: docker
app_port: 8080
emoji: 🔬
pinned: false
license: mit

dsa4hf

This project was made to showcase developed plugins for Digital Slide Archive through hosting on Hugging Face spaces.

The project is a work-in-progress. I will make a release when I have it working. Stay tuned!

Getting started

Deployment

When the solution is ready, the website should be accessible on Hugging Face.

Development

git clone https://github.com/andreped/dsa4hf.git
docker build -t dsa4hf .
docker run -it -p 7860:7860 dsa4hf

To go inside docker image and debug, at the bottom of the Dockerfile, add ENTRYPOINT [ "/bin/sh" ] before running.

Credit

I did not develop Digital Slide Archive, only implemented some plugins and showcased deployment on Hugging Face space. Credit should be given to the developers of DSA for making such an amazing open software solution!