High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model.
This is a .NET wrapper around the native implementation of Whisper, whisper.cpp, by Georgi Gerganov.
- Install
Whisper.Runtime
from NuGet.org - Use something like this. (See also #9.)
This package contains native libraries so your platform needs to be explicitly supported.
- win-x64
- win-x86
- ... #6
Prerequisites
- Microsoft Visual C++ compiler (MSVC) 14.35, included with