757 B
757 B
Introduction to OpenVINO™ Deployment
Once you have a model that meets both OpenVINO™ and your requirements, you can choose among several ways of deploying it with your application:
- Deploy your application locally.
- [Deploy your model with OpenVINO Model Server](@ref ovms_what_is_openvino_model_server).
- Deploy your application for the TensorFlow framework with OpenVINO Integration.
NOTE: Note that running inference in OpenVINO Runtime is the most basic form of deployment. Before moving forward, make sure you know how to create a proper Inference configuration.