Software Alternatives & Reviews

Whisper.api: An open source, self-hosted speech-to-text with fast transcription

superwhisper
  1. High Quality Text Transcription with OpenAI's Whisper on Mac

    #Knowledge Sharing #Data Transfer #Speech Recognition And Processing 24 social mentions

  2. Extremely accurate, AI powered, voice to text for macOS
    This is awesome. For anyone confused about the project, it is using whisper.cpp, a C-based runner and translation of the open whisper model from OpenAI. You can fork this code, run it on your own server, and hit the API. The server itself will use FFmpeg to convert the audio file into the required format and run the C translation of the whisper model against the file. By doing this you can separate yourself from the requirement of paying the fee that OpenAI charges for their Whisper service and fully own your translations. The models that the author has supplied here are rather small but should run decent on a CPU. If you want to go to larger model sizes you would likely need more complex running options and a GPU. Similar to this project, my product https://superwhisper.com is using these whisper.cpp models to provide really good Dictation on macOS. Its runs really fast on the M series chips. Most of this message was dictated using superwhisper. Congrats to the author of this project. Seems like a useful implementation of the whisper.cpp project. I wonder if they would accept it upstream in the examples.

    #Video #Video Tools #Marketing Videos 3 social mentions

Discuss: Whisper.api: An open source, self-hosted speech-to-text with fast transcription

Log in or Post with