Home/Computer Vision/whisper.net
whisper.net logo

whisper.net

Enrichment pending
sandrohanea/whisper.net

Whisper.net. Speech to text made simple using Whisper Models

GraphCanon updated today · GitHub synced today

933
Stars
135
Forks
32
Open issues
26
Watchers
5d
Last push
C# MITCreated Feb 3, 2023

Trust & integrity

Full report
Maintenance
Very active (5d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Whisper.net. Speech to text made simple using Whisper Models

Capability facts

Languages
c#

Source: github.language · Jul 11, 2026

Categories

Tags

README

Getting Started

To install Whisper.net with all the available runtimes, run the following command in the Package Manager Console:

    PM> Install-Package Whisper.net.AllRuntimes

Or add a package reference in your .csproj file:

    <PackageReference Include="Whisper.net.AllRuntimes" Version="1.9.1" />

Whisper.net is the main package that contains the core functionality but does not include any runtimes. Whisper.net.AllRuntimes includes all available runtimes for Whisper.net, including both CUDA 13 (Whisper.net.Runtime.Cuda) and CUDA 12 (Whisper.net.Runtime.Cuda12) GPU builds.


License

MIT License. See LICENSE for details.