#whisper #ai #openai #cpp #model

simple-whisper

OpenAI whisper library based on whisper.cpp

4 releases

new 0.1.3 Mar 4, 2025
0.1.2 Nov 22, 2024
0.1.1 Jul 5, 2024
0.1.0 Jul 4, 2024

#290 in Multimedia

Download history 104/week @ 2024-11-18 18/week @ 2024-11-25 14/week @ 2024-12-02 15/week @ 2024-12-09 5/week @ 2025-02-10 1/week @ 2025-02-17 2/week @ 2025-02-24 131/week @ 2025-03-03

139 downloads per month

Apache-2.0

38KB
973 lines

Simple Whisper

Implements the Whisper model via 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 for prebuilt cli & server binaries

Dependencies

~24–57MB
~1M SLoC