BiomedParse / README.md
kernel-luso-comfort's picture
Update README.md to reflect Apache License 2.0 and enhance project description
5635230
|
raw
history blame
1.77 kB
metadata
title: Biomedparse Docker
emoji: πŸ“‰
colorFrom: yellow
colorTo: blue
sdk: docker
pinned: false
license: apache-2.0

BiomedParse Hugging Face Space

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.

This Space allows you to:

  • Upload biomedical data.
  • Use the BiomedParse model for analysis.
  • View and interact with the results.

Acknowledgments

This Space is based on the work by the research team behind BiomedParse.

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.

How It Works

  • This Space leverages the BiomedParse model hosted on Hugging Face.
  • The Space fetches the model directly from Hugging Face each time it is run.
  • The Python backend is partially adapted from the original BiomedParse GitHub repository under the Apache License 2.0.

Licensing