From 810be405751fadf6a4db1c2aa6638cb28a6e2449 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Fri, 18 Aug 2023 22:14:35 +0200 Subject: [PATCH] updated example notebook --- demo/speech_recognition.ipynb | 77 +++-------------------------------- 1 file changed, 5 insertions(+), 72 deletions(-) diff --git a/demo/speech_recognition.ipynb b/demo/speech_recognition.ipynb index 2ba4ba6..f61cc7a 100644 --- a/demo/speech_recognition.ipynb +++ b/demo/speech_recognition.ipynb @@ -77,7 +77,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "63fd4ae0-0709-4ee1-8bf4-b09d5752dc3d", "metadata": { "tags": [] @@ -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": [ - "" - ] - }, - "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": [ - "" - ] - }, - "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": [ - "" - ] - }, - "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" ] }, { @@ -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": [ "" @@ -276,13 +216,13 @@ "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": [ "" @@ -290,13 +230,6 @@ }, "metadata": {}, "output_type": "display_data" - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Listening...\n" - ] } ], "source": [