File size: 1,063 Bytes
a0cd72f
 
 
 
 
 
 
 
 
 
 
 
 
498130b
a0cd72f
db13e57
 
a0cd72f
 
 
 
db13e57
 
a0cd72f
 
 
498130b
a0cd72f
498130b
a0cd72f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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](https://huggingface.co/spaces/andreped/dsa4hf).

#### 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!