Spaces:
Running
Running
Added information on stack used in README
Browse files
README.md
CHANGED
|
@@ -24,6 +24,17 @@ To access the live demo, click on the `Hugging Face` badge above. Below is a sna
|
|
| 24 |
|
| 25 |
<img width="1400" alt="demo-hf-spaces" src="https://github.com/user-attachments/assets/6cf9b9d5-4ea2-4cab-ac13-3a623edc1094">
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
## Continuous integration
|
| 29 |
|
|
|
|
| 24 |
|
| 25 |
<img width="1400" alt="demo-hf-spaces" src="https://github.com/user-attachments/assets/6cf9b9d5-4ea2-4cab-ac13-3a623edc1094">
|
| 26 |
|
| 27 |
+
## Stack
|
| 28 |
+
|
| 29 |
+
For this demonstration, we have used the following:
|
| 30 |
+
|
| 31 |
+
| Component | Description |
|
| 32 |
+
| - | - |
|
| 33 |
+
| **OpenSeadragon** | The actual library for rendering the WSI |
|
| 34 |
+
| **Deep Zoom Image (DZI)** | Image file format compatible with OpenSeadragon |
|
| 35 |
+
| **nginx** | HTTP web server |
|
| 36 |
+
| **Docker** | Containerization of the web app |
|
| 37 |
+
| **Hugging Face Spaces** | Deployment platform |
|
| 38 |
|
| 39 |
## Continuous integration
|
| 40 |
|