simple-whisper

Crates.iosimple-whisper
lib.rssimple-whisper
version0.1.8
created_at2024-07-04 20:24:47.840183+00
updated_at2026-01-03 16:03:17.386242+00
descriptionOpenAI whisper library based on whisper.cpp
homepage
repositoryhttps://github.com/newfla/simple-whisper
max_upload_size
id1292083
size115,883
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