You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-39Lines changed: 49 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,45 +8,21 @@
8
8
9
9
Get started with OpenVINO™ Test Drive, an application that allows you to run generative AI and vision models trained by [Intel® Geti™](https://docs.geti.intel.com/) directly on your computer or edge device using [OpenVINO™ Runtime](https://github.com/openvinotoolkit/openvino).
+**Chat with LLMs** and evaluating model performance on your computer or edge device
18
-
+**Experiment with different text prompts** to generate images using Stable Diffusion and Stable DiffusionXL models
19
-
+**Transcribe speech from video** using Whisper models, including generation of timestamps
20
-
+**Run and visualize results of models** trained by Intel® Geti™ using single image inference or batch inference mode
21
-
22
-
## Installation
23
-
24
-
Download the latest release from the [Releases repository](https://storage.openvinotoolkit.org/repositories/openvino_testdrive/).
25
-
26
-
> [!NOTE]
27
-
> To verify downloaded file integrity, you can generate a SHA-256 of the downloaded file and compare it to the SHA-256 from corresponding `.sha256` file published in Releases repository.
28
-
29
-
### Installation on Windows
30
-
31
-
> [!IMPORTANT]
32
-
> For Intel® NPU, please use the Intel® NPU Driver latest available version.
33
-
34
-
1. Downloading the zip archive [Releases repository](https://storage.openvinotoolkit.org/repositories/openvino_testdrive/)`Windows` folder .
35
-
36
-
<palign="left">
37
-
<imgsrc="./docs/win_inst.gif"width="500">
38
-
</p>
39
-
40
-
2. Extract zip archive double-click the MSIX installation package, click `Install` button and it will display the installation process
41
-
42
-
3. Click on the application name on Windows app list to launch OpenVINO™ Test Drive.
43
-
44
16
45
-
## Quick start
17
+
-**Chat with LLMs** and evaluating model performance on your computer or edge device
18
+
-**Experiment with different text prompts** to generate images using Stable Diffusion and Stable DiffusionXL models
19
+
-**Transcribe speech from video** using Whisper models, including generation of timestamps
20
+
-**Run and visualize results of models** trained by Intel® Geti™ using single image inference or batch inference mode
46
21
47
-
Upon starting the application, you can import a model using either Hugging Face for LLMs or upload Intel® Geti™ models from local disk.
22
+
## Key features
48
23
49
-
### Text generation and LLM performance evaluation
24
+
<details>
25
+
<summary>📝 Text generation and LLM performance evaluation </summary>
50
26
51
27
1. Choose a model from predefined set of popular models or pick one from Hugging Face using `Import model` -> `Hugging Face` and import it.
52
28
<palign="left">
@@ -62,8 +38,10 @@ Upon starting the application, you can import a model using either Hugging Face
62
38
<palign="left">
63
39
<imgsrc="./docs/metrics.gif"width="500">
64
40
</p>
41
+
</details>
65
42
66
-
### Retrieval-Augmented Generation with LLM
43
+
<details>
44
+
<summary>📚 Retrieval-Augmented Generation with LLM </summary>
67
45
68
46
1. It is possible to upload files and create knowledge base for RAG (Retrieval-Augmented Generation) using `Knowledge base` tab
69
47
<palign="left">
@@ -78,8 +56,10 @@ This knowledge base can be used during text generation with LLM models.
78
56
<palign="left">
79
57
<imgsrc="./docs/rag2.gif"width="500">
80
58
</p>
59
+
</details>
81
60
82
-
### Work with Visual Language Models
61
+
<details>
62
+
<summary>🧠 Work with Visual Language Models </summary>
83
63
84
64
1. Try Visual Language Model (VLM) for image analysis.
85
65
<palign="left">
@@ -90,8 +70,10 @@ This knowledge base can be used during text generation with LLM models.
90
70
<palign="left">
91
71
<imgsrc="./docs/vlm2.gif"width="500">
92
72
</p>
73
+
</details>
93
74
94
-
### Transcribe speech from video
75
+
<details>
76
+
<summary>✍️ Transcribe speech from video </summary>
95
77
96
78
1. Try Whisper for video transcription.
97
79
<palign="left">
@@ -105,8 +87,10 @@ This knowledge base can be used during text generation with LLM models.
105
87
</p>
106
88
107
89
3. Use `Performance metrics` tab to get LLM performance metrics on your computer.
90
+
</details>
108
91
109
-
### Image generation
92
+
<details>
93
+
<summary>🎨 Image generation </summary>
110
94
111
95
1. Choose an image generation LLM from predefined set of popular models or pick one from Hugging Face using `Import model` -> `Hugging Face` and import it.
112
96
@@ -120,9 +104,12 @@ This knowledge base can be used during text generation with LLM models.
120
104
121
105
You can export LLM via `Export model` button.
122
106
123
-
### Images inference with models trained by Intel® Geti™
107
+
</details>
124
108
125
-
1. Download code deployment for the model in OpenVINO format trained by Intel® Geti™.
109
+
<details>
110
+
<summary>🤖 Images inference with models trained by Intel® Geti™ </summary>
111
+
112
+
1. Download code deployment for the model in OpenVINO format trained by Intel® Geti™.
126
113
127
114
<palign="left">
128
115
<imgsrc="./docs/geti_download.gif"width="500">
@@ -148,6 +135,29 @@ You can export LLM via `Export model` button.
148
135
<palign="left">
149
136
<imgsrc="./docs/geti_batch.gif"width="500">
150
137
</p>
138
+
</details>
139
+
140
+
## Installation
141
+
142
+
Download the latest release from the [Releases repository](https://storage.openvinotoolkit.org/repositories/openvino_testdrive/).
143
+
144
+
> [!NOTE]
145
+
> To verify downloaded file integrity, you can generate a SHA-256 of the downloaded file and compare it to the SHA-256 from corresponding `.sha256` file published in Releases repository.
146
+
147
+
### Installation on Windows
148
+
149
+
> [!IMPORTANT]
150
+
> For Intel® NPU, please use the Intel® NPU Driver latest available version.
151
+
152
+
1. Downloading the zip archive [Releases repository](https://storage.openvinotoolkit.org/repositories/openvino_testdrive/)`Windows` folder .
153
+
154
+
<palign="left">
155
+
<imgsrc="./docs/win_inst.gif"width="500">
156
+
</p>
157
+
158
+
2. Extract zip archive double-click the MSIX installation package, click `Install` button and it will display the installation process
159
+
160
+
3. Click on the application name on Windows app list to launch OpenVINO™ Test Drive.
151
161
152
162
## Build
153
163
@@ -160,7 +170,7 @@ Secondly, the bindings and its dependencies for your platform to be added to `./
160
170
161
171
## Ecosystem
162
172
163
-
-[OpenVINO™](https://github.com/openvinotoolkit/openvino)- software toolkit for optimizing and deploying deep learning models.
173
+
-[OpenVINO™](https://github.com/openvinotoolkit/openvino) - software toolkit for optimizing and deploying deep learning models.
164
174
-[GenAI Repository](https://github.com/openvinotoolkit/openvino.genai) and [OpenVINO Tokenizers](https://github.com/openvinotoolkit/openvino_tokenizers) - resources and tools for developing and optimizing Generative AI applications.
165
175
-[Intel® Geti™](https://docs.geti.intel.com/) - software for building computer vision models.
166
176
-[OpenVINO™ Vision ModelAPI](https://github.com/openvinotoolkit/model_api) - a set of wrapper classes for particular tasks and model architectures, simplifying data preprocess and postprocess as well as routine procedures.
@@ -174,4 +184,4 @@ For those who would like to contribute to the OpenVINO™ Test Drive, please che
174
184
OpenVINO™ Test Drive repository is licensed under [Apache License Version 2.0](LICENSE).
175
185
By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
176
186
177
-
FFmpeg is an open source project licensed under LGPL and GPL. See https://www.ffmpeg.org/legal.html. You are solely responsible for determining if your use of FFmpeg requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due, in connection with your use of FFmpeg.
187
+
FFmpeg is an open source project licensed under LGPL and GPL. See https://www.ffmpeg.org/legal.html. You are solely responsible for determining if your use of FFmpeg requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due, in connection with your use of FFmpeg.
0 commit comments