58 lines
2.2 KiB
ReStructuredText
58 lines
2.2 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:
|
|
|
|
interactive-tutorials-python/notebooks-installation
|
|
|
|
|
|
Jupyter notebooks show how to use various OpenVINO features to run optimized deep learning
|
|
inference with Python. Notebooks with |binder logo| and |colab logo| buttons can be run in the
|
|
browser, no installation required. Just choose a tutorial and click the button.
|
|
|
|
`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 <interactive-tutorials-python/notebooks-installation>` in order to get information
|
|
on how to run and manage the notebooks on your system.
|
|
|
|
.. raw:: html
|
|
|
|
<script type="module" crossorigin src="https://openvinotoolkit.github.io/openvino_notebooks/assets/embedded.js"></script>
|
|
<iframe id="notebooks-selector" src="https://openvinotoolkit.github.io/openvino_notebooks/" style="width: 100%; border: none;" title="OpenVINO™ Notebooks - Jupyter notebook tutorials for OpenVINO™"></iframe>
|
|
|
|
|
|
.. note::
|
|
If you have any issues with the notebooks, refer to the **Troubleshooting** and **FAQ**
|
|
sections in the :doc:`Installation Guide <interactive-tutorials-python/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/latest/README.md>`_
|
|
* `Binder documentation <https://mybinder.readthedocs.io/en/latest/>`_
|
|
* `Google Colab <https://colab.research.google.com/>`__
|
|
|
|
|
|
.. |binder logo| image:: ../assets/images/launch_in_binder.svg
|
|
:class: notebook-badge-p
|
|
:alt: Binder button
|
|
.. |colab logo| image:: ../assets/images/open_in_colab.svg
|
|
:class: notebook-badge-p
|
|
:alt: Google Colab button
|
|
|