simple-whisper 0.1.4

OpenAI whisper library based on whisper.cpp
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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