Files
openvino/docs/dev/get_started.md
Tatiana Savina 07a0ff58f2 DOCS: Developer documentation Inference component update (#13895)
* dev docs fixes

* fix space

* fix paragraphs
2022-11-08 07:42:10 +04:00

19 lines
846 B
Markdown

# Get started
Welcome to the OpenVINO Developer guides. These documents describe how to build OpenVINO, provide general ideas about its architecture and help you start contributing to OpenVINO.
If you're brand new to OpenVINO and want to jump right into code, start with the [Build OpenVINO guide](./build.md).
Explore other resources to learn more about OpenVINO:
* [OpenVINO official user documentation](https://docs.openvino.ai/)
* [OpenVINO repository structure](./index.md#openvino-repository-structure)
* [OpenVINO core components](../../src/README.md)
* [OpenVINO contributing guidelines](../../CONTRIBUTING.md)
* [OpenVINO conditional compilation](./conditional_compilation.md)
* [OpenVINO Tutorials](../../README.md#tutorials)
## See also
* [OpenVINO Developer Documentation](./index.md)
* [OpenVINO Samples](../../samples)