🐝 | From Data to Prognosis: Embedding Multimodal Oncology Data for Precision Medicine
47
stars
21
commits
Python
primary language
May 14, 2026
updated
A Scalable Modular Framework for Multimodal AI in Oncology
HoneyBee has been officially published in Nature Digital Medicine!
Tripathi, A., Waqas, A., Schabath, M.B. et al. HONeYBEE: enabling scalable multimodal AI in oncology through foundation model-driven embeddings. npj Digit. Med. 8, 622 (2025). https://doi.org/10.1038/s41746-025-02003-4
HoneyBee is a comprehensive multimodal AI framework designed specifically for oncology research and clinical applications. It seamlessly integrates and processes diverse medical data types—clinical text, radiology images, pathology slides, and molecular data—through a unified, modular architecture. Built with scalability and extensibility in mind, HoneyBee empowers researchers to develop sophisticated AI models for cancer diagnosis, prognosis, and treatment planning.
[!WARNING] Alpha Release: This framework is currently in alpha. APIs may change, and some features are still under development.
# Ubuntu/Debian
sudo apt-get install -y openslide-tools tesseract-ocr
# macOS
brew install openslide tesseract
pip install honeybee-ml
python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab')"
| Extra | Command | Includes |
|---|---|---|
| Clinical | pip install honeybee-ml[clinical] | NLP, OCR, and text processing dependencies |
| Pathology | pip install honeybee-ml[pathology] | WSI loading and image processing |
| Molecular | pip install honeybee-ml[molecular] | Genomics and expression data support |
| All | pip install honeybee-ml[all] | Everything above |
HoneyBee has been successfully applied to:
See the LICENSE file for details.
If you use HoneyBee in your research, please cite our paper:
Tripathi, A., Waqas, A., Schabath, M.B. et al. HONeYBEE: enabling scalable multimodal AI in
oncology through foundation model-driven embeddings. npj Digit. Med. 8, 622 (2025).
https://doi.org/10.1038/s41746-025-02003-4
17 commits
4 commits
Python
85.3%
Astro
14.2%
🐝 | From Data to Prognosis: Embedding Multimodal Oncology Data for Precision Medicine
47
stars
21
commits
Python
primary language
May 14, 2026
updated
A Scalable Modular Framework for Multimodal AI in Oncology
HoneyBee has been officially published in Nature Digital Medicine!
Tripathi, A., Waqas, A., Schabath, M.B. et al. HONeYBEE: enabling scalable multimodal AI in oncology through foundation model-driven embeddings. npj Digit. Med. 8, 622 (2025). https://doi.org/10.1038/s41746-025-02003-4
HoneyBee is a comprehensive multimodal AI framework designed specifically for oncology research and clinical applications. It seamlessly integrates and processes diverse medical data types—clinical text, radiology images, pathology slides, and molecular data—through a unified, modular architecture. Built with scalability and extensibility in mind, HoneyBee empowers researchers to develop sophisticated AI models for cancer diagnosis, prognosis, and treatment planning.
[!WARNING] Alpha Release: This framework is currently in alpha. APIs may change, and some features are still under development.
# Ubuntu/Debian
sudo apt-get install -y openslide-tools tesseract-ocr
# macOS
brew install openslide tesseract
pip install honeybee-ml
python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab')"
| Extra | Command | Includes |
|---|---|---|
| Clinical | pip install honeybee-ml[clinical] | NLP, OCR, and text processing dependencies |
| Pathology | pip install honeybee-ml[pathology] | WSI loading and image processing |
| Molecular | pip install honeybee-ml[molecular] | Genomics and expression data support |
| All | pip install honeybee-ml[all] | Everything above |
HoneyBee has been successfully applied to:
See the LICENSE file for details.
If you use HoneyBee in your research, please cite our paper:
Tripathi, A., Waqas, A., Schabath, M.B. et al. HONeYBEE: enabling scalable multimodal AI in
oncology through foundation model-driven embeddings. npj Digit. Med. 8, 622 (2025).
https://doi.org/10.1038/s41746-025-02003-4
17 commits
4 commits
Python
85.3%
Astro
14.2%