Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet, ArtCNN and more!)
| Date | Stars |
|---|---|
| 2026-07-24 | 464 |
| 2026-07-25 | 465 |
| 2026-07-28 | 465 |
| 2026-07-30 | 465 |
| 2026-08-06 | 465 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# vs-mlrt This project provides VapourSynth ML filter runtimes for a variety of platforms: - x86 CPUs: [vsov-cpu](#vsov-openvino-based-pure-cpu--intel-gpu-runtime), [vsort-cpu](#vsort-onnx-runtime-based-cpugpu-runtime) - Intel GPU (both integrated & discrete): [vsov-gpu](#vsov-openvino-based-pure-cpu--intel-gpu-runtime), [vsncnn-vk](#vsncnn-ncnn-based-gpu-vulkan-runtime) - NVidia GPU: [vsort-cuda](#vsort-onnx-runtime-based-cpugpu-runtime), [vstrt & vstrt_rtx](#vstrt-tensorrt-based-gpu-runtime), [vsncnn-vk](#vsncnn-ncnn-based-gpu-vulkan-runtime) - AMD GPU: [vsncnn-vk](#vsncnn-ncnn-based-gpu-vulkan-runtime), [vsmigx](#vsmigx-migraphx-based-gpu-runtime) - Apple SoC: [vsort-coreml](#vsort-onnx-runtime-based-cpugpu-runtime) To simplify usage, we also provide a Python wrapper [vsmlrt.py](https://github.com/AmusementClub/vs-mlrt/blob/master/scripts/vsmlrt.py) for all bundled models and a unified interface to select different backends. Please refer to [the wiki](https://github.com/AmusementClub/vs-mlrt/wiki) for supported models & usage information. ## vsov: OpenVINO-based Pure CPU & Intel GPU 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 & Intel GPU runtime for some popular AI filters. Intel GPU supports Gen 8+ on Broadwell+ and the Arc series GPUs. To install, download the latest release and extract them into your VS `plugins` directory. Please visit the [vsov](vsov) directory for details. ## vsort: ONNX Runtime-based CPU/GPU Runtime [ONNX Runtime](https://onnxruntime.ai/) is an AI inference runtime with many backends. The vs-onnxruntime plugin provides optimized CPU and CUDA GPU runtime for some popular AI filters. To install, download the latest release and extract them into your VS `plugins` directory. Please visit the [vsort](vsort) directory for details. ## vstrt: TensorRT-based GPU Runtime [TensorRT](https://developer.nvidia.com/tensorrt) is a highly optimized AI inference runtime for NVidia GPUs. It uses benchmarking to find the optimal kernel to use for your specific GPU, and so there is an extra step to build an engine from ONNX network on the machine you are going to use the vstrt filter, and this extra step makes deploying models a little harder than the other runtimes. However, the resulting performance is also typically *much much better* than the CUDA backend of [vsort](vsort). [TensorRT-RTX](https://developer.nvidia.com/tensorrt-rtx) is a specialization of TensorRT for NVIDIA RTX GPUs, which compiles engines faster with comparable performance with TensorRT. To install, download the latest release and extract them into your VS `plugins` directory. Please visit the [vstrt](vstrt) directory for details. ## vsmigx: MIGraphX-based GPU Runtime [MIGraphX](https://github.com/ROCm/AMDMIGraphX) is a highly optimized AI inference runtime for AMD GPUs. It also uses benchmarking to find the optimal kernel, similar to vstrt. To install, download the latest release and extract them into your VS `plugins` directory. Please visit the [vsmigx](vsmigx) directory for details. ## vsncnn: NCNN-based GPU (Vulkan) Runtime [ncnn](https://github.com/Tencent/ncnn) is a popular AI inference runtime. [vsncnn](vsncnn) provides a vulkan based runtime for some AI filters. It includes support for on-the-fly ONNX to ncnn native format conversion so as to provide a unified interface across all runtimes provided by this project. As it uses the device-independent [Vulkan](https://en.wikipedia.org/wiki/Vulkan) interface for GPU accelerated inference, this plugin supports all GPUs that provides Vulkan interface (NVidia, AMD, Intel integrated & discrete GPUs all provide this interface.) Another benefit is that it has a significant smaller footprint than other GPU runtimes (both vsort and vstrt CUDA backends require >1GB CUDA libraries.) The main drawback is that it's slowe
Excerpt of 4,153 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:2c97cf44ffd5c031, topic:tensorrt, topic:onnx, topic:onnxruntime
matched fp:2c97cf44ffd5c031, topic:gpu, topic:cuda
matched fp:2c97cf44ffd5c031, topic:deep-learning, topic:neural-network