crisishistory/HistoryAIToolkit

Implement real time audio transcription

Open

#99 创建于 2023年10月31日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (18 fork)github user discovery
enhancementgood first issuehacktoberfest-acceptedhelp wantedhigh priority

仓库指标

Star
 (13 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南