From cbced652706640f262325d6ccf7bc324d3e2bd2d Mon Sep 17 00:00:00 2001 From: akarin Date: Fri, 3 Dec 2021 10:45:18 +0900 Subject: [PATCH] README.md: add intro to vs-openvino Signed-off-by: akarin --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7832c0c..8824c7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # vs-mlrt -VapourSynth ML filter runtime. +VapourSynth ML filter runtimes. + +Please see [the wiki](https://github.com/AmusementClub/vs-mlrt/wiki) for supported models. + +## vsov: OpenVINO-based Pure CPU Runtime + +[OpenVINO](https://docs.openvino.ai/latest/index.html) is an AI inference runtime developed +by Intel, mainly targeting x86 CPUs and Intel GPUs. + +The vs-openvino plugin provides optimized *pure* CPU runtime for some popular AI filters, +with Intel GPU support planned in the future. + +To install, download the latest release and extract them into your VS `plugins` directory. + +Please visit the [vsov](vsov) directory for details.