Files
openvino/docs/dev/get_started.md

18 lines
870 B
Markdown
Raw Normal View History

# Get started
Welcome to the OpenVINO Developer guides. These documents teach you how to build OpenVINO, provide the general ideas about OpenVINO architecture and help to start contribution to OpenVINO.
If you're brand new to OpenVINO and want to jump into code, start with the [Build OpenVINO guilde](./build.md).
And check out these other resources to get more infromation about OpenVINO:
* [OpenVINO official user documentation](https://docs.openvino.ai/)
* [OpenVINO repository structure](./intex.md#openvino-repository-structure)
* [OpenVINO core components](../../src/README.md)
* [OpenVINO contribution guideline](../../CONTRIBUTING.md)
* [OpenVINO conditional compilation](./conditional_compilation.md)
* [OpenVINO Tutorials](../../README.md#tutorials)
## See also
* [OpenVINO Developer documentation](./index.md)
* [OpenVINO Samples](../../samples)