Lightweight Speech-to-Text transcriber #1744
bobobubs
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Sounds interesting. Is this cross-platform compatible? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I've recently developed a basic python program that allows for seamless audio recording and transcription using OpenAI's Whisper model. The script is designed to trigger audio recording with a simple hotkey press, save the recorded audio as a WAV file, and transcribe the audio to text. The transcription is then automatically typed out wherever your cursor is located.
Features
https://github.com/bobobubs/whisper-speech-to-text
Beta Was this translation helpful? Give feedback.
All reactions