Get started with OpenVINO Test Drive, an application that allows you to run LLMs and models trained by Intel Geti directly on your computer or edge device using OpenVINO.
- Text Generation: Generate text and engage in chat experiences.
- Performance metrics: Evaluate model performance on your computer or edge device.
- Single Image Inference: Perform inference on individual images.
- Batch Inference: Conduct inference on batches of images.
Upon starting the application, you can import a model using either Huggingface for LLMs or “from local disk” for Geti models.
Download the latest release from the Releases page.
The application requires the flutter SDK and the dependencies for your specific platform to be installed.
Secondly, the bindings and its dependencies for your platform to be added to ./bindings
.
- Install flutter sdk. Make sure to follow the guide for flutter dependencies.
- Download the bindings and extract them to ./bindings folder
- Once done you can start the application:
flutter run
The Test Drive uses c bindings to OpenVINO. These are located in ./openvino_bindings
folder. See readme.md.