Skip to content

Commit

Permalink
README.md: add intro to vs-openvino
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Dec 3, 2021
1 parent c6682b5 commit cbced65
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cbced65

Please sign in to comment.