crisishistory/HistoryAIToolkit
Ver no GitHubImplement real time audio transcription
Open
#99 aberto em 31 de out. de 2023
enhancementgood first issuehacktoberfest-acceptedhelp wantedhigh priority
Métricas do repositório
- Stars
- (13 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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 transcribecommand likehist transcribe --realtimeto get audio input from a real-time stream instead of a pre-recorded file