screenpipe icon indicating copy to clipboard operation
screenpipe copied to clipboard

[bounty] Voice LLM Integration for Meetings

Open BenraouaneSoufiane opened this issue 4 months ago • 1 comments

Use voice LLM to transcribe/summarize audio from meetings.

eg

  • [ ] Use Whisper or OpenAI's Whisper API to transcribe audio.
  • [ ] Pipe transcriptions to an LLM (e.g., GPT-4, Mistral, LLaMA) for summarization.
  • [ ] Design:
    • [ ] transcribe_audio(input_file) -> transcript.txt
    • [ ] summarize_transcript(transcript.txt) -> summary.json
  • [ ] Integrate into screenpipe pipeline (e.g., as a plugin or post-processing step).

all the exact things that will need to be done to receive the bounty.

precision is important otherwise the bounty cannot be awarded.

/bounty 400

This is neccessary as matches with needs

This issue is a respond/relied to this issue: #1142

BenraouaneSoufiane avatar Aug 05 '25 10:08 BenraouaneSoufiane

@louis030195 I just created the first issue concern this #1142 if you can take a look

BenraouaneSoufiane avatar Aug 05 '25 10:08 BenraouaneSoufiane