From 2a3c89282904ae0b3bb86a5d851c1aeaae97abbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caterina=20Fuster-Barcel=C3=B3?= Date: Mon, 16 Dec 2024 12:17:52 +0100 Subject: [PATCH] Update CP documentation on BiaPy (#438) --- docs/guides/user-guide.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/guides/user-guide.md b/docs/guides/user-guide.md index 35a728a6..c6ff10e2 100644 --- a/docs/guides/user-guide.md +++ b/docs/guides/user-guide.md @@ -11,7 +11,18 @@ See a [video](https://oc.embl.de/index.php/s/eJOIdzDVJpToETd) about using a mode ## Using BioImage Model Zoo models in different software ### BiaPy -TBD +**Note: BiaPy empowers users to train custom models or fine-tune existing ones for bioimaging tasks and upload them to the BioImage Model Zoo. BiaPy supports models exported with PyTorch.** + +BiaPy adapts to users of all expertise levels, offering multiple ways to run and interact with models: +- Graphical User Interface (GUI): Ideal for beginners. +- No-Coding Jupyter Notebooks: Simplified workflows for those without programming knowledge. +- Docker Containers: Ensure reproducibility and isolation. +- Command Line Interface (CLI): Perfect for advanced users. + +How you interact with BioImage Model Zoo models also depends on your chosen method. Get started with the resources below: +- [BiaPy Landing Page](https://biapyx.github.io/): Your gateway to all things BiaPy. +- [BiaPy Documentation](https://biapy.readthedocs.io/en/latest/index.html): In-depth guides and tutorials. +- [BioImage Model Zoo in BiaPy](https://biapy.readthedocs.io/en/latest/get_started/bmz.html): Learn how to work with models from the BioImage Model Zoo. ### DeepImageJ