simple-whisper

Crates.iosimple-whisper
lib.rssimple-whisper
version0.1.7
created_at2024-07-04 20:24:47.840183+00
updated_at2025-09-02 08:34:41.897834+00
descriptionOpenAI whisper library based on whisper.cpp
homepage
repositoryhttps://github.com/newfla/simple-whisper
max_upload_size
id1292083
size116,340
Flavio Bizzarri (newfla)

documentation

README

Simple Whisper

Implements the Whisper model via whisper-rs.

Weights are automatically downloaded from Hugging Face.

Feature flags

  • vulkan = enables the Vulkan whisper.cpp backend
  • cuda = enables the Cuda whisper.cpp backend
  • metal = enables the Metal whisper.cpp backend

Other resources

See newfla/simple-whisper for prebuilt cli & server binaries

Commit count: 66

cargo fmt