Crates.io | simple-whisper |
lib.rs | simple-whisper |
version | 0.1.2 |
source | src |
created_at | 2024-07-04 20:24:47.840183 |
updated_at | 2024-11-22 19:22:51.501238 |
description | OpenAI whisper models running Burn 🔥 |
homepage | |
repository | https://github.com/newfla/simple-whisper |
max_upload_size | |
id | 1292083 |
size | 78,885 |
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.
burn_vulkan
= default enables the Burn WGPU backendwhisper_cpp_vulkan
= enables the alternative whisper.cpp backed using Vulkan shadersSee newfla/simple-whisper for prebuilt cli & server binaries