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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,9 @@ Check out the [Awesome OpenVINO](https://github.com/openvinotoolkit/awesome-open
100
100
101
101
## Documentation
102
102
103
-
[**User documentation**](https://docs.openvino.ai/) contains detailed information about OpenVINO and guides you from installation through optimizing and deploying models for your AI applications.
103
+
[User documentation](https://docs.openvino.ai/) contains detailed information about OpenVINO and guides you from installation through optimizing and deploying models for your AI applications.
104
104
105
-
[**Developer documentation**](./docs/dev/index.md) focuses on how OpenVINO [components](./docs/dev/index.md#openvino-components) work and describes [building](./docs/dev/build.md) and [contributing](./CONTRIBUTING.md) processes.
105
+
[Developer documentation](./docs/dev/index.md) focuses on how OpenVINO [components](./docs/dev/index.md#openvino-components) work and describes [building](./docs/dev/build.md) and [contributing](./CONTRIBUTING.md) processes.
@@ -96,20 +97,22 @@ The OpenVINO Repository includes the following components. Click on the componen
96
97
</code>
97
98
</pre>
98
99
100
+
src\core\README.md
101
+
99
102
### OpenVINO Components
100
103
101
104
OpenVINO Components include:
102
105
103
106
*[OpenVINO™ Runtime](https://docs.openvino.ai/2024/openvino-workflow/running-inference.html) - is a set of C++ libraries with C and Python bindings providing a common API to deliver inference solutions on the platform of your choice.
104
-
*[core](./src/core) - provides the base API for model representation and modification.
105
-
*[inference](./src/inference) - provides an API to infer models on the device.
106
-
*[transformations](./src/common/transformations) - contains the set of common transformations which are used in OpenVINO plugins.
107
-
*[low precision transformations](./src/common/low_precision_transformations) - contains the set of transformations that are used in low precision models
108
-
*[bindings](./src/bindings) - contains all available OpenVINO bindings which are maintained by the OpenVINO team.
109
-
*[c](./src/bindings/c) - C API for OpenVINO™ Runtime
110
-
*[python](./src/bindings/python) - Python API for OpenVINO™ Runtime
111
-
*[Plugins](./src/plugins) - contains OpenVINO plugins which are maintained in open-source by the OpenVINO team. For more information, take a look at the [list of supported devices](#supported-hardware-matrix).
112
-
*[Frontends](./src/frontends) - contains available OpenVINO frontends that allow reading models from the native framework format.
107
+
*[core](../../src/core) - provides the base API for model representation and modification.
108
+
*[inference](../../src/inference) - provides an API to infer models on the device.
109
+
*[transformations](../../src/common/transformations) - contains the set of common transformations which are used in OpenVINO plugins.
110
+
*[low precision transformations](../../src/common/low_precision_transformations) - contains the set of transformations that are used in low precision models
111
+
*[bindings](../../src/bindings) - contains all available OpenVINO bindings which are maintained by the OpenVINO team.
112
+
*[c](../../src/bindings/c) - C API for OpenVINO™ Runtime
113
+
*[python](../../src/bindings/python) - Python API for OpenVINO™ Runtime
114
+
*[Plugins](../../src/plugins) - contains OpenVINO plugins which are maintained in open-source by the OpenVINO team. For more information, take a look at the [list of supported devices](https://docs.openvino.ai/2024/about-openvino/compatibility-and-support/supported-devices.html).
115
+
*[Frontends](../../src/frontends) - contains available OpenVINO frontends that allow reading models from the native framework format.
113
116
*[OpenVINO Model Converter (OVC)](https://docs.openvino.ai/2024/openvino-workflow/model-preparation.html) - is a cross-platform command-line tool that facilitates the transition between training and deployment environments, and adjusts deep learning models for optimal execution on end-point target devices.
114
117
*[Samples](https://github.com/openvinotoolkit/openvino/tree/master/samples) - applications in C, C++ and Python languages that show basic OpenVINO use cases.
0 commit comments