Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Moving images from index.rst for master #24798

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/sphinx_setup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Check out the `OpenVINO Cheat Sheet. <https://docs.openvino.ai/2024/_static/down
|
|

.. image:: ./_static/images/openvino-overview-diagram.jpg
.. image:: ./assets/images/openvino-overview-diagram.jpg
:align: center
:alt: openvino diagram

Expand All @@ -70,7 +70,7 @@ Places to Begin
:class-container: ov-homepage-higlight-grid

.. grid-item-card:: Installation
:img-top: ./_static/images/home_begin_tile_01.png
:img-top: ./assets/images/home_begin_tile_01.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -83,7 +83,7 @@ Places to Begin
Get Started

.. grid-item-card:: Performance Benchmarks
:img-top: ./_static/images/home_begin_tile_02.png
:img-top: ./assets/images/home_begin_tile_02.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -96,7 +96,7 @@ Places to Begin
View data

.. grid-item-card:: Framework Compatibility
:img-top: ./_static/images/home_begin_tile_03.png
:img-top: ./assets/images/home_begin_tile_03.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -109,7 +109,7 @@ Places to Begin
Load your model

.. grid-item-card:: Easy Deployment
:img-top: ./_static/images/home_begin_tile_04.png
:img-top: ./assets/images/home_begin_tile_04.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -122,7 +122,7 @@ Places to Begin
Run Inference

.. grid-item-card:: Serving at scale
:img-top: ./_static/images/home_begin_tile_05.png
:img-top: ./assets/images/home_begin_tile_05.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -135,7 +135,7 @@ Places to Begin
Try it out

.. grid-item-card:: Model Compression
:img-top: ./_static/images/home_begin_tile_06.png
:img-top: ./assets/images/home_begin_tile_06.png
:class-card: homepage_begin_tile
:shadow: none

Expand All @@ -157,28 +157,28 @@ Key Features
:class-container: homepage_begin_container

.. grid-item-card:: Model Compression
:img-top: ./_static/images/home_key_feature_01.png
:img-top: ./assets/images/home_key_feature_01.png
:class-card: homepage_begin_key
:shadow: none

You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Server to serve model inference from a separate server or within Kubernetes environment.

.. grid-item-card:: Fast & Scalable Deployment
:img-top: ./_static/images/home_key_feature_02.png
:img-top: ./assets/images/home_key_feature_02.png
:class-card: homepage_begin_key
:shadow: none

Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and provides Python, C++ and C API. Use your preferred language and OS.

.. grid-item-card:: Lighter Deployment
:img-top: ./_static/images/home_key_feature_03.png
:img-top: ./assets/images/home_key_feature_03.png
:class-card: homepage_begin_key
:shadow: none

Designed with minimal external dependencies reduces the application footprint, simplifying installation and dependency management. Popular package managers enable application dependencies to be easily installed and upgraded. Custom compilation for your specific model(s) further reduces final binary size.

.. grid-item-card:: Enhanced App Start-Up Time
:img-top: ./_static/images/home_key_feature_04.png
:img-top: ./assets/images/home_key_feature_04.png
:class-card: homepage_begin_key
:shadow: none

Expand Down
Loading