screenpipe
screenpipe copied to clipboard
[bounty] Voice LLM Integration for Meetings
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
@louis030195 I just created the first issue concern this #1142 if you can take a look