#whisper #ai #openai #cpp #model

simple-whisper

OpenAI whisper library based on whisper.cpp

4 releases

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

#297 in Multimedia

Download history 114/week @ 2024-11-20 11/week @ 2024-11-27 14/week @ 2024-12-04 12/week @ 2024-12-11 6/week @ 2025-02-12 72/week @ 2025-02-26 69/week @ 2025-03-05

147 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–60MB
~1M SLoC