simple-whisper 0.1.2

OpenAI whisper models running Burn 🔥
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Simple Whisper 
Implements the Whisper model via the [Burn WGPU backend](https://github.com/tracel-ai/burn/blob/main/crates/burn-wgpu/README.md) or [whisper-rs](https://github.com/tazz4843/whisper-rs).

Burn implmentation is based over [sudomonikers/whisper-burn](https://github.com/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]https://github.com/newfla/simple-whisper for prebuilt cli & server binaries