Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 469 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 469 Bytes

Meeting Transcriber

Requirements

  • Blackhole Virtual Audio Driver (combined output and aggregate device)
  • Whisper
  • ffmpeg
  • OpenAI API Key

Start recording

bundle exec ruby meeting_transcriber.rb --record

CTRL+C to stop recording.

Transcribe recording

bundle exec ruby meeting_transcriber.rb --transcribe <recording_file>

Summarize notes

bundle exec ruby meeting_transcriber.rb --summarize <transcription_file>