Whisper

NuGet Badge

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.

Getting started

  1. Install Whisper.Runtime from NuGet.org
  2. Use something like this. (See also #9.)

Supported platforms

This package contains native libraries so your platform needs to be explicitly supported.

  1. win-x64
  2. win-x86
  3. ... #6

Contributing

Contributing on Windows

Prerequisites

  1. Microsoft Visual C++ compiler (MSVC) 14.35, included with