simple-whisper

Crates.iosimple-whisper
lib.rssimple-whisper
version0.1.2
sourcesrc
created_at2024-07-04 20:24:47.840183
updated_at2024-11-22 19:22:51.501238
descriptionOpenAI whisper models running Burn 🔥
homepage
repositoryhttps://github.com/newfla/simple-whisper
max_upload_size
id1292083
size78,885
Flavio Bizzarri (newfla)

documentation

README

Simple Whisper

Implements the Whisper model via the Burn WGPU backend or whisper-rs.

Burn implmentation is based over sudomonikers/whisper-burn, provides abstraction over different models and languages.

Weights are automatically downloaded from Hugging Face.

Feature flags

  • burn_vulkan = default enables the Burn WGPU backend
  • whisper_cpp_vulkan = enables the alternative whisper.cpp backed using Vulkan shaders

Other resources

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

Commit count: 48

cargo fmt