# Simple Whisper
Implements the Whisper model via [whisper-rs](https://github.com/tazz4843/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](https://github.com/newfla/simple-whisper) for prebuilt cli & server binaries