Skip to content

tuttle/whisper-groq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speech To Text (STT) with Whisper Groq

  1. Set env vars in your .bashrc: See stt script for examples.

  2. Run::

     docker build -t whisper-groq-docker .
    

    to build the image.

  3. Run::

     stt
    

    to capture audio using arecord (press Ctrl+C to interrupt recording), convert it to text using Whisper Groq, and print the transcription.

The audio files and transcriptions are saved to /tmp/whisper-groq-audios by default.

About

Super simple Speech To Text using https://groq.com/ service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published