From e51210494aec2c5b185bbdaf169ad4096d7381c0 Mon Sep 17 00:00:00 2001 From: yatarkan Date: Tue, 20 Feb 2024 14:35:30 +0400 Subject: [PATCH 1/3] Add notebooks selector app from GH Pages, remove notebooks list from index page --- .../interactive-tutorials-python.rst | 78 ++----------------- 1 file changed, 5 insertions(+), 73 deletions(-) diff --git a/docs/articles_en/learn-openvino/interactive-tutorials-python.rst b/docs/articles_en/learn-openvino/interactive-tutorials-python.rst index 700793becd45a9..e18bde1e114c7d 100644 --- a/docs/articles_en/learn-openvino/interactive-tutorials-python.rst +++ b/docs/articles_en/learn-openvino/interactive-tutorials-python.rst @@ -31,6 +31,11 @@ use the Python API and tools for optimized deep learning inference. You can run code one section at a time to see how to integrate your application with OpenVINO libraries. + + + + + Notebooks with |binder logo| and |colab logo| buttons can be run without installing anything. Once you have found the tutorial of your interest, just click the button next to its name and the Jupyter notebook will start it in a new tab of a browser. @@ -47,79 +52,6 @@ its name and the Jupyter notebook will start it in a new tab of a browser. More examples along with additional details regarding OpenVINO Notebooks are available in OpenVINO™ Notebooks `Github Repository. `__ -The Jupyter notebooks are categorized into following classes: - -- :doc:`First steps with OpenVINO ` -- :doc:`Convert & Optimize ` -- :doc:`Model Demos ` -- :doc:`Model Training ` -- :doc:`Live Demos ` - - -Below you will find a selection of recommended tutorials that demonstrate inference on a particular model. These tutorials are guaranteed to provide a great experience with inference in OpenVINO: - - -.. showcase:: - :title: 284-openvoice - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/284-openvoice/284-openvoice.png - - Voice tone cloning with OpenVoice and OpenVINO. - -.. showcase:: - :title: 283-photo-maker - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/283-photo-maker/283-photo-maker.gif - - Text-to-image generation using PhotoMaker and OpenVINO. - -.. showcase:: - :title: 281-kosmos2-multimodal-large-language-model - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/281-kosmos2-multimodal-large-language-model/281-kosmos2-multimodal-large-language-model.png - - Kosmos-2: Multimodal Large Language Model and OpenVINO. - -.. showcase:: - :title: 280-depth-anything - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/280-depth-anything/280-depth-anything.gif - - Depth estimation with DepthAnything and OpenVINO. - -.. showcase:: - :title: 279-mobilevlm-language-assistant - :img: _static/images/notebook_eye.png - - Mobile language assistant with MobileVLM and OpenVINO. - -.. showcase:: - :title: 278-stable-diffusion-ip-adapter - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/278-stable-diffusion-ip-adapter/278-stable-diffusion-ip-adapter.png - - Image Generation with Stable Diffusion and IP-Adapter. - -.. showcase:: - :title: 275-llm-question-answering - :img: _static/images/notebook_eye.png - - LLM Instruction-following pipeline with OpenVINO. - -.. showcase:: - :title: 274-efficient-sam - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/274-efficient-sam/274-efficient-sam.png - - Object segmentations with EfficientSAM and OpenVINO. - -.. showcase:: - :title: 273-stable-zephyr-3b-chatbot - :img: _static/images/notebook_eye.png - - LLM-powered chatbot using Stable-Zephyr-3b and OpenVINO. - - -.. showcase:: - :title: 272-paint-by-example - :img: https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/272-paint-by-example/272-paint-by-example.png - - Paint by Example using Stable Diffusion and OpenVINO. - .. note:: If there are any issues while running the notebooks, refer to the **Troubleshooting** and **FAQ** sections in the :doc:`Installation Guide ` or start a GitHub From fcc0f70e38852c27cfe7b4adfa792ff0fc1d2faa Mon Sep 17 00:00:00 2001 From: yatarkan Date: Tue, 20 Feb 2024 15:23:05 +0400 Subject: [PATCH 2/3] Fix raw html formatting --- .../learn-openvino/interactive-tutorials-python.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/articles_en/learn-openvino/interactive-tutorials-python.rst b/docs/articles_en/learn-openvino/interactive-tutorials-python.rst index e18bde1e114c7d..3a4d057f6ef2e4 100644 --- a/docs/articles_en/learn-openvino/interactive-tutorials-python.rst +++ b/docs/articles_en/learn-openvino/interactive-tutorials-python.rst @@ -32,8 +32,10 @@ code one section at a time to see how to integrate your application with OpenVIN libraries. - - +.. raw:: html + + + Notebooks with |binder logo| and |colab logo| buttons can be run without installing anything. From 318c114cfcdec33014d38b0339b7e7c48d2a2924 Mon Sep 17 00:00:00 2001 From: yatarkan Date: Tue, 20 Feb 2024 18:13:37 +0400 Subject: [PATCH 3/3] Switch to repo fork --- .../learn-openvino/interactive-tutorials-python.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/articles_en/learn-openvino/interactive-tutorials-python.rst b/docs/articles_en/learn-openvino/interactive-tutorials-python.rst index 3a4d057f6ef2e4..9bf5b159cdd9f4 100644 --- a/docs/articles_en/learn-openvino/interactive-tutorials-python.rst +++ b/docs/articles_en/learn-openvino/interactive-tutorials-python.rst @@ -33,9 +33,9 @@ libraries. .. raw:: html - - - + + + Notebooks with |binder logo| and |colab logo| buttons can be run without installing anything.