Spaces:
Sleeping
Sleeping
Added HF spaces badge and snapshot to README
Browse files
README.md
CHANGED
@@ -11,12 +11,19 @@ pinned: false
|
|
11 |
|
12 |
# wsi-visualization-demo
|
13 |
|
|
|
|
|
|
|
14 |
## Why?
|
15 |
|
16 |
This repository was developed to demonstrate how to do the following:
|
17 |
* Creating a simple web application for rendering a whole slide image in real time.
|
18 |
* Containerizing and deploying a web app for deployment on Hugging Face Spaces.
|
19 |
|
|
|
|
|
|
|
|
|
20 |
## Docker
|
21 |
|
22 |
1. Build image:
|
|
|
11 |
|
12 |
# wsi-visualization-demo
|
13 |
|
14 |
+
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/andreped/wsi-visualization-demo/blob/main/LICENSE.md)
|
15 |
+
<a target="_blank" href="https://huggingface.co/spaces/andreped/wsi-visualization-demo"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
16 |
+
|
17 |
## Why?
|
18 |
|
19 |
This repository was developed to demonstrate how to do the following:
|
20 |
* Creating a simple web application for rendering a whole slide image in real time.
|
21 |
* Containerizing and deploying a web app for deployment on Hugging Face Spaces.
|
22 |
|
23 |
+
To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
|
24 |
+
|
25 |
+
<img width="1400" alt="Screenshot" src="assets/demo-hf-spaces.png">
|
26 |
+
|
27 |
## Docker
|
28 |
|
29 |
1. Build image:
|