You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,20 +128,47 @@ to see if your case needs any of them.
137
128
138
129
139
130
131
+
132
+
133
+
|**Simplified Build and Integration**
134
+
|The package includes CMake configurations, precompiled static libraries, and headers, which
135
+
can be easily accessed through the Python API. You can use the `get_cmake_path()` method to
136
+
retrieve the paths to the CMake configurations and libraries:
137
+
138
+
.. code-block:: python
139
+
140
+
from openvino import get_cmake_path
141
+
cmake_path = get_cmake_path()
142
+
143
+
For detailed instructions on how to use these configurations in your build setup, check out the
144
+
:ref:`Create a library with extensions <create_a_library_with_extensions>` section.
145
+
146
+
147
+
148
+
149
+
150
+
151
+
140
152
What's Next?
141
153
####################
142
154
143
-
Now that you've installed OpenVINO Runtime, you're ready to run your own machine learning applications! Learn more about how to integrate a model in OpenVINO applications by trying out the following tutorials.
155
+
Now that you've installed OpenVINO Runtime, you're ready to run your own machine learning
156
+
applications! Learn more about how to integrate a model in OpenVINO applications by trying out
Try the `Python Quick Start Example <https://docs.openvino.ai/2024/notebooks/vision-monodepth-with-output.html>`__ to estimate depth in a scene using an OpenVINO monodepth model in a Jupyter Notebook inside your web browser.
162
+
Try the `Python Quick Start Example <https://docs.openvino.ai/2024/notebooks/vision-monodepth-with-output.html>`__
163
+
to estimate depth in a scene using an OpenVINO monodepth model in a Jupyter Notebook inside
164
+
your web browser.
165
+
149
166
150
167
Get started with Python
151
168
+++++++++++++++++++++++
152
169
153
-
Visit the :doc:`Tutorials <../../../learn-openvino/interactive-tutorials-python>` page for more Jupyter Notebooks to get you started with OpenVINO, such as:
170
+
Visit the :doc:`Tutorials <../../../learn-openvino/interactive-tutorials-python>` page for more
171
+
Jupyter Notebooks to get you started with OpenVINO, such as:
154
172
155
173
* `OpenVINO Python API Tutorial <https://docs.openvino.ai/2024/notebooks/openvino-api-with-output.html>`__
156
174
* `Basic image classification program with Hello Image Classification <https://docs.openvino.ai/2024/notebooks/hello-world-with-output.html>`__
0 commit comments