whisper.cpp icon
whisper.cpp icon

whisper.cpp

This program aims to facilitate running automatic speech recognition (ASR) locally both on CPU with near real-time speed and on many consumer GPU/Accelerator backends including CUDA, Apple's ANE and Vulkan Compute depending on compile-time flags.

60 seconds of the English language LibriVox Universal Declaration of Human Rights read by Kara Shallenberg.

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
  • Windows  MSVC and MinGW
  • Linux
  • Android
  • iPhone
  • WebAssembly
  • FreeBSD
  • Raspberry Pi
  • Docker
  • Java
1like
0comments
0articles

Features

  1.  Command line interface
  2.  Speech to text
  3.  Support for NVIDIA CUDA acceleration
  4.  Speech Recognition
  5.  Local AI

whisper.cpp News & Activities

Highlights All activities

Recent activities

whisper.cpp information

  • Developed by

    BG flagggml-org
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English
    • Japanese
    • Spanish

AlternativeTo Categories

AI Tools & ServicesOS & Utilities

GitHub repository

  •  51,723 Stars
  •  5,900 Forks
  •  1216 Open Issues
  •   Updated  
View on GitHub
whisper.cpp was added to AlternativeTo by Samenaga on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is whisper.cpp?

This program aims to facilitate running automatic speech recognition (ASR) locally both on CPU with near real-time speed and on many consumer GPU/Accelerator backends including CUDA, Apple's ANE and Vulkan Compute depending on compile-time flags.

It can open flac, mp3, ogg and wav files by default, and many more if compiled with FFMPEG support. It can format its output as srt (default), vtt, plain text, json and more; either in their original languages or translated to English.

The backing project provides OpenAI models adapted to their own binary format for download through Hugging Face.

Official Links