--- id: openvino-dev version: "2024.6.0" license: OSI Approved :: Apache Software License license_treatment: permissive maintenance: active --- # openvino-dev — OpenVINO(TM) Development Tools License: permissive · Maintenance: active · Downloads: 196.9K/mo ## What it is and what it does OpenVINO Development Tools is a deprecated package from Intel that provides model conversion, optimization, and deployment utilities for deep learning inference. It wraps the OpenVINO Runtime (installed as a dependency) and adds command-line tools like `mo` for model conversion and `omz_downloader` for accessing pre-trained models from the Open Model Zoo. The package supports converting models trained in TensorFlow, PyTorch, ONNX, Caffe, MXNet, and PaddlePaddle into OpenVINO's intermediate representation (IR) format, which can then be optimized for edge and cloud deployment. The package is designed for developers who need to take existing trained models and prepare them for inference using OpenVINO's runtime. It includes model quantization, conversion from multiple source frameworks, and access to a curated collection of pre-trained models to accelerate development. However, Intel has announced that this package will be discontinued with the 2025.0 release, so it is not recommended for new projects unless you have a specific requirement to work with existing OpenVINO IR models or a legacy workflow. Use it for: - Convert a TensorFlow or PyTorch model to OpenVINO IR format for optimized inference on edge devices. - Download and evaluate pre-trained models from Open Model Zoo without training from scratch. - Quantize and optimize deep learning models to reduce size and latency for deployment. - Integrate model conversion into a CI/CD pipeline for automated model preparation. - Benchmark and profile model performance across different hardware targets using OpenVINO tools. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides command-line tools and Python APIs to convert deep learning models from multiple frameworks (TensorFlow, PyTorch, ONNX, Caffe, etc.) to OpenVINO IR format, download pre-trained models, and optimize them for inference deployment. No—do not install for new projects. The package is officially deprecated and will be discontinued with the 2025.0 release. If you need OpenVINO inference capabilities, use the `openvino` runtime package directly. Only install if you are maintaining legacy code that already depends on openvino-dev and cannot migrate to a successor tool. ## Install pip install openvino-dev uv add openvino-dev poetry add openvino-dev ## Installing openvino-dev Before you install: Low install friction with a pure-wheel distribution. Actively maintained with recent commits and a large repository (10655 stars). However, the package is officially deprecated and will be discontinued with the 2025.0 release, making it unsuitable for new projects. License in practice: Licensed under Apache Software License (permissive), which allows commercial and private use with minimal restrictions, though you must include a copy of the license and state significant changes. Quickstart: pip install openvino-dev python -c "from openvino import Core; print(Core().available_devices)" mo -h # Verify model conversion tool is available C++ libraries required on Windows (Visual Studio Redistributable); virtual environment recommended to avoid dependency conflicts with existing deep learning frameworks. Verify before relying: - Whether the deprecation timeline affects your deployment horizon and whether migration to a successor tool is documented. - Compatibility matrix with specific versions of TensorFlow, PyTorch, ONNX, or other frameworks you plan to use. - Performance characteristics and optimization results on your target hardware and model types. ## Package facts - License: OSI Approved :: Apache Software License (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 196.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags model conversion deep learning, tensorflow pytorch model optimizer, openvino model tools, ai inference optimization, neural network model converter, pre-trained model downloader, model quantization optimization, deprecated, model-conversion, inference-optimization [View on SkillFed](https://skillfed.io/packages/openvino-dev) · [View on PyPI](https://pypi.org/project/openvino-dev/)