#whisper #artificial-intelligence #cpp

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

#1019 in Machine learning

Download history 14/week @ 2024-12-01 16/week @ 2024-12-08 3/week @ 2025-02-09 3/week @ 2025-02-16 2/week @ 2025-02-23 128/week @ 2025-03-02 11/week @ 2025-03-09

141 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–61MB
~1M SLoC