Files
openvino/docs/articles_en/learn_openvino/tutorials.rst
2023-12-13 10:33:50 +01:00

143 lines
5.4 KiB
ReStructuredText

.. {#tutorials}
Interactive Tutorials (Python)
==============================
.. _notebook tutorials:
.. meta::
:description: Run Python tutorials on Jupyter notebooks to learn how to use OpenVINO™ toolkit for optimized
deep learning inference.
.. toctree::
:maxdepth: 2
:caption: Notebooks
:hidden:
notebooks_installation
notebooks_section_0_get_started
notebooks_section_1_convert__optimize
notebooks_section_2_model_demos
notebooks_section_3_model_training
notebooks_section_4_live_demos
This collection of Python tutorials are written for running on Jupyter notebooks.
The tutorials provide an introduction to the OpenVINO™ toolkit and explain how to
use the Python API and tools for optimized deep learning inference. You can run the
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.
.. note::
`Binder <https://mybinder.org/>`__ and `Google Colab <https://colab.research.google.com/>`__
are free online services with limited resources. For the best performance
and more control, you should run the notebooks locally. Follow the
:doc:`Installation Guide <notebooks_installation>` in order to get information
on how to run and manage the notebooks on your machine.
More examples along with additional details regarding OpenVINO Notebooks are available in
OpenVINO™ Notebooks `Github Repository. <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/README.md>`__
The Jupyter notebooks are categorized into following classes:
- :doc:`First steps with OpenVINO <notebooks_section_0_get_started>`
- :doc:`Convert & Optimize <notebooks_section_1_convert__optimize>`
- :doc:`Model Demos <notebooks_section_2_model_demos>`
- :doc:`Model Training <notebooks_section_3_model_training>`
- :doc:`Live Demos <notebooks_section_4_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: 272-paint-by-example
:img: https://camo.githubusercontent.com/79d83ce8fc6813a503f372bacb7dc709c79d9560060df3dc92196b9849cc33a9/68747470733a2f2f757365722d696d616765732e67697468756275736572636f6e74656e742e636f6d2f3130333232363538302f3233363935343931382d66333634623232372d323933632d346637382d613962662d3964636562636231303334612e706e67
Paint by Example using Stable Diffusion and OpenVINO.
.. showcase::
:title: 271-sdxl-turbo
:img: _images/271-sdxl-turbo-with-output_30_1.png
Single step image generation using SDXL-turbo and OpenVINO.
.. showcase::
:title: 270-sound-generation-audioldm2
:img: https://github.com/openvinotoolkit/openvino_notebooks/assets/76463150/c93a0f86-d9cf-4bd1-93b9-e27532170d75
Sound Generation with AudioLDM2 and OpenVINO.
.. showcase::
:title: 269-film-slowmo
:img: https://github.com/googlestaging/frame-interpolation/raw/main/moment.gif
Frame interpolation using FILM and OpenVINO.
.. showcase::
:title: 267-distil-whisper-asr
:img: _static/images/notebook_eye.png
Automatic speech recognition using Distil-Whisper and OpenVINO.
.. showcase::
:title: 265-wuerstchen-image-generation
:img: https://user-images.githubusercontent.com/76161256/277724498-6917c558-d74c-4cc9-b81a-679ce0a299ee.png
Image generation with Würstchen and OpenVINO.
.. showcase::
:title: 264-qrcode-monster
:img: https://user-images.githubusercontent.com/76463150/278011447-1a5978c6-e7a0-4824-9318-a3d8f4912c47.png
Generate creative QR codes with ControlNet QR Code Monster and OpenVINO.
.. showcase::
:title: 263-latent-consistency-models-image-generation
:img: https://user-images.githubusercontent.com/29454499/277367065-13a8f622-8ea7-4d12-b3f8-241d4499305e.png
Image generation with Latent Consistency Model and OpenVINO.
.. showcase::
:title: 263-lcm-lora-controlnet
:img: https://user-images.githubusercontent.com/29454499/284292122-f146e16d-7233-49f7-a401-edcb714b5288.png
Text-to-Image Generation with LCM LoRA and ControlNet Conditioning.
.. showcase::
:title: 262-softvc-voice-conversion
:img: _static/images/notebook_eye.png
SoftVC VITS Singing Voice Conversion and OpenVINO.
.. note::
If there are any issues while running the notebooks, refer to the **Troubleshooting** and **FAQ** sections in the :doc:`Installation Guide <notebooks_installation>` or start a GitHub
`discussion <https://github.com/openvinotoolkit/openvino_notebooks/discussions>`__.
Additional Resources
######################
* `OpenVINO™ Notebooks - Github Repository <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/README.md>`_
* `Binder documentation <https://mybinder.readthedocs.io/en/latest/>`_
* `Google Colab <https://colab.research.google.com/>`__
.. |binder logo| image:: https://mybinder.org/badge_logo.svg
:alt: Binder button
.. |colab logo| image:: https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667
:width: 109
:alt: Google Colab button