update system requirements (#1321) (#1322)
[platform/upstream/dldt.git] / README.md
1 # [OpenVINO™ Toolkit](https://01.org/openvinotoolkit) - Deep Learning Deployment Toolkit repository
2 [![Stable release](https://img.shields.io/badge/version-2020.4-green.svg)](https://github.com/openvinotoolkit/openvino/releases/tag/2020.4.0)
3 [![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
4
5 This toolkit allows developers to deploy pre-trained deep learning models 
6 through a high-level C++ Inference Engine API integrated with application logic. 
7
8 This open source version includes two components: namely [Model Optimizer] and 
9 [Inference Engine], as well as CPU, GPU and heterogeneous plugins to accelerate 
10 deep learning inferencing on Intel® CPUs and Intel® Processor Graphics. 
11 It supports pre-trained models from the [Open Model Zoo], along with 100+ open 
12 source and public models in popular formats such as Caffe\*, TensorFlow\*, 
13 MXNet\* and ONNX\*. 
14
15 ## Repository components:
16 * [Inference Engine]
17 * [Model Optimizer]
18
19 ## License
20 Deep Learning Deployment Toolkit is licensed under [Apache License Version 2.0](LICENSE).
21 By contributing to the project, you agree to the license and copyright terms therein 
22 and release your contribution under these terms.
23
24 ## Documentation
25 * [OpenVINO™ Release Notes](https://software.intel.com/en-us/articles/OpenVINO-RelNotes)
26 * [OpenVINO™ Inference Engine Build Instructions](build-instruction.md)
27 * [Get Started with Deep Learning Deployment Toolkit on Linux](get-started-linux.md)\*
28 * [Introduction to Deep Learning Deployment Toolkit](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Introduction.html)
29 * [Inference Engine Developer Guide](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Deep_Learning_Inference_Engine_DevGuide.html)
30 * [Model Optimizer Developer Guide](https://docs.openvinotoolkit.org/latest/_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html)
31
32 ## How to Contribute
33 See [CONTRIBUTING](./CONTRIBUTING.md) for details. Thank you!
34
35 ## Support
36 Please report questions, issues and suggestions using:
37
38 * The `openvino` [tag on StackOverflow]\*
39 * [GitHub* Issues](https://github.com/openvinotoolkit/openvino/issues) 
40 * [Forum](https://software.intel.com/en-us/forums/computer-vision)
41
42 ---
43 \* Other names and brands may be claimed as the property of others.
44
45 [Open Model Zoo]:https://github.com/opencv/open_model_zoo
46 [Inference Engine]:https://software.intel.com/en-us/articles/OpenVINO-InferEngine
47 [Model Optimizer]:https://software.intel.com/en-us/articles/OpenVINO-ModelOptimizer
48 [tag on StackOverflow]:https://stackoverflow.com/search?q=%23openvino