Implement real time audio transcription #99
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest-accepted
Issue or PR is approved for anyone who wants it to count toward Hacktoberfest
help wanted
Extra attention is needed
high priority
Opportunity to contribute something valuable that's urgently needed
I experimented with a demo of real-time speech to text with whisper: https://github.com/davabase/whisper_real_time
In my fork I was able to get it working by pinning the Python dependencies: https://github.com/audreyfeldroy/whisper_real_time/tree/pin-python-dependencies
hist transcribe
command likehist transcribe --realtime
to get audio input from a real-time stream instead of a pre-recorded fileThe text was updated successfully, but these errors were encountered: