Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement real time audio transcription #99

Open
2 tasks
audreyfeldroy opened this issue Oct 31, 2023 · 0 comments
Open
2 tasks

Implement real time audio transcription #99

audreyfeldroy opened this issue Oct 31, 2023 · 0 comments
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

Comments

@audreyfeldroy
Copy link
Member

audreyfeldroy commented Oct 31, 2023

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

  • Study and try out the demo code to see how it works
  • Add a command line option to our hist transcribe command like hist transcribe --realtime to get audio input from a real-time stream instead of a pre-recorded file
@audreyfeldroy audreyfeldroy added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest-accepted Issue or PR is approved for anyone who wants it to count toward Hacktoberfest high priority Opportunity to contribute something valuable that's urgently needed labels Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant