Spaces:
Sleeping
Sleeping
kernel-luso-comfort
commited on
Commit
·
5635230
1
Parent(s):
5499d13
Update README.md to reflect Apache License 2.0 and enhance project description
Browse files
README.md
CHANGED
@@ -5,7 +5,35 @@ colorFrom: yellow
|
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
-
license:
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
# BiomedParse Hugging Face Space
|
12 |
+
|
13 |
+
This Hugging Face Space provides an interactive Gradio interface to explore the functionality of **BiomedParse**. BiomedParse is a foundation model for joint segmentation, detection, and recognition of biomedical objects across nine modalities.
|
14 |
+
|
15 |
+
This Space allows you to:
|
16 |
+
|
17 |
+
- Upload biomedical data.
|
18 |
+
- Use the BiomedParse model for analysis.
|
19 |
+
- View and interact with the results.
|
20 |
+
|
21 |
+
## Acknowledgments
|
22 |
+
|
23 |
+
This Space is based on the work by the research team behind BiomedParse.
|
24 |
+
|
25 |
+
- GitHub Repository: [BiomedParse GitHub Repository](https://github.com/microsoft/BiomedParse)
|
26 |
+
- Hugging Face Model: [BiomedParse Model](https://huggingface.co/microsoft/BiomedParse)
|
27 |
+
|
28 |
+
All rights to the model and its underlying research are held by the original authors. This Space only provides an interface for interacting with their published model.
|
29 |
+
|
30 |
+
## How It Works
|
31 |
+
|
32 |
+
- This Space leverages the [BiomedParse model](https://huggingface.co/microsoft/BiomedParse) hosted on Hugging Face.
|
33 |
+
- The Space fetches the model directly from Hugging Face each time it is run.
|
34 |
+
- The Python backend is partially adapted from the original BiomedParse GitHub repository under the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html).
|
35 |
+
|
36 |
+
## Licensing
|
37 |
+
|
38 |
+
- **Code in this Space**: Licensed under the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html), as per the original BiomedParse GitHub repository.
|
39 |
+
- **Model**: The BiomedParse model is licensed under the [Creative Commons Attribution Non Commercial Share Alike 4.0](https://spdx.org/licenses/CC-BY-NC-SA-4.0.html). Ensure that your use complies with the terms of this license.
|