Skip to content
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b0fe86f
add the first version
binliunls Feb 14, 2025
f5de5f0
update the notebook
binliunls Feb 27, 2025
004a5d2
remove outputs
binliunls Feb 27, 2025
fd939be
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 27, 2025
f285e0b
update hugging face tutorials
binliunls Feb 28, 2025
4fc7f71
Merge branch 'hugging-face' of https://github.com/binliunls/tutorials…
binliunls Feb 28, 2025
d0aaf0d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 28, 2025
5c45bec
update the output of the finetune tutorial
binliunls Feb 28, 2025
6f1119b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 28, 2025
1a245ad
update the hugging face pipeline for monai tutorial
binliunls Feb 28, 2025
cb32bdb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 28, 2025
dfde720
update notebooks
binliunls Mar 10, 2025
a7cd80a
update runner command
binliunls Mar 10, 2025
3892030
update readme
binliunls Mar 10, 2025
bf0986d
remoe unecessary code
binliunls Mar 10, 2025
a97bbd0
fix format
binliunls Mar 10, 2025
d426d90
udpate license
binliunls Mar 10, 2025
cb47a60
update the titles of tutorial to a normal one
binliunls Mar 10, 2025
05abea8
add figures for the hugging facetutorial
binliunls Mar 11, 2025
e678e3d
update tutorial with images
binliunls Mar 11, 2025
8c29a1a
update hugging face finetune tutorial
binliunls Mar 11, 2025
8d7fafd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 11, 2025
9c370fa
update comments
binliunls Mar 11, 2025
92f13c8
fix comments
binliunls Mar 14, 2025
2f6dc85
fix comments
binliunls Mar 14, 2025
67a64e2
Merge branch 'main' into hugging-face
KumoLiu Mar 17, 2025
a151445
Merge branch 'main' into hugging-face
KumoLiu Mar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ This tutorial shows how to train a surgical tool segmentation model to locate to
##### [endoscopic inbody classification](./computer_assisted_intervention/endoscopic_inbody_classification.ipynb)
Tutorial to show the pipeline of fine tuning an endoscopic inbody classification model based on a corresponding pretrained bundle.

#### <ins>**Hugging Face**</ins>
##### [MONAI Hugging Face Pipeline](./hugging_face/hugging_face_pipeline_for_monai.ipynb)
This tutorial demonstrates how to encapsulate an existing MONAI model workflow into a Hugging Face pipeline, which is widely adopted by the open-source community.
##### [Fine-tuning for Hugging Face Pipeline](./hugging_face/finetune_vista3d_for_hugging_face_pipeline.ipynb)
This tutorial explains the process of fine-tuning a VISTA3D model and integrating it into a Hugging Face pipeline for inference.

#### <ins>**Modules**</ins>
##### [bundle](./bundle)
Get started tutorial and concrete training / inference examples for MONAI bundle features.
Expand Down
Binary file added figures/hugging_face_general.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/hugging_face_model.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/hugging_face_pipeline.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
426 changes: 426 additions & 0 deletions hugging_face/finetune_vista3d_for_hugging_face_pipeline.ipynb

Large diffs are not rendered by default.

Loading
Loading