Skip to content

Commit b0fe86f

Browse files
committed
add the first version
Signed-off-by: binliu <[email protected]>
1 parent 4a40380 commit b0fe86f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Hugging Face Pipeline for MONAI\n",
8+
"[Hugging Face](https://huggingface.co/) is a machine learning and data science platform and community that helps users build, deploy and train machine learning models. Users can browse through models and data sets that other people have uploaded. Hugging Face is often called the GitHub of machine learning because it lets developers share and test their work openly. Currently there are more than 1 million models shared on hugging face.\n",
9+
"\n",
10+
"Transformers is a python library developed by hugging face. It provides APIs and tools to easily download and train state-of-the-art pretrained models. \n",
11+
"\n",
12+
"In this tutorial, a pretrained spleen segmentation model will be wrapped into a pipeline provided by the Transformers library. By following this tutorial, users can easily build their own discriminative MONAI models (classification, detection, segmentation) into a transformer pipeline and let others use it as a hugging face native Transformers pipeline transparently. "
13+
]
14+
}
15+
],
16+
"metadata": {
17+
"language_info": {
18+
"name": "python"
19+
}
20+
},
21+
"nbformat": 4,
22+
"nbformat_minor": 2
23+
}

0 commit comments

Comments
 (0)