Skip to content

Commit

Permalink
updated example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 18, 2023
1 parent 48ec457 commit 810be40
Showing 1 changed file with 5 additions and 72 deletions.
77 changes: 5 additions & 72 deletions demo/speech_recognition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "63fd4ae0-0709-4ee1-8bf4-b09d5752dc3d",
"metadata": {
"tags": []
Expand Down Expand Up @@ -142,67 +142,7 @@
"output_type": "stream",
"text": [
"Listening...\n",
"You said: segment the image again using an algorithm for segmenting images write membranes\n"
]
},
{
"data": {
"text/markdown": [
"The image has been segmented using an algorithm for segmenting images with membranes, and the result is shown as segmented_image.jpg."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Listening...\n",
"You said: it meant the image using the seed watershed algorithm\n"
]
},
{
"data": {
"text/markdown": [
"The image has been segmented using the Local-Minima-Seeded-Watershed algorithm, which is suitable for segmenting images with membranes. The result is shown as segmented_image.jpg."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Listening...\n",
"You said: show doesn't mentation reserved\n"
]
},
{
"data": {
"text/markdown": [
"Apologies for the confusion. The segmentation result is not available for display at the moment."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Listening...\n",
"You said: show the segmented image\n"
"You said: segment the image again using the seed watershed algorithm\n"
]
},
{
Expand Down Expand Up @@ -242,7 +182,7 @@
{
"data": {
"text/markdown": [
"The segmented image has been displayed."
"The image has been segmented using the seed watershed algorithm and the result is shown as segmented_image.jpg."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -276,27 +216,20 @@
"output_type": "stream",
"text": [
"Listening...\n",
"You said: thank you bye-bye bye-bye\n"
"You said: bye-bye\n"
]
},
{
"data": {
"text/markdown": [
"You're welcome! Goodbye!"
"Goodbye! Have a great day!"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Listening...\n"
]
}
],
"source": [
Expand Down

0 comments on commit 810be40

Please sign in to comment.