Skip to content

feat: add structured AI-based meeting summary (#8)#17

Open
maryamabdallahhh wants to merge 1 commit intoruxailab:mainfrom
maryamabdallahhh:feature/structured-ai-summary
Open

feat: add structured AI-based meeting summary (#8)#17
maryamabdallahhh wants to merge 1 commit intoruxailab:mainfrom
maryamabdallahhh:feature/structured-ai-summary

Conversation

@maryamabdallahhh
Copy link
Copy Markdown

Added structured AI-based meeting summary feature using OpenAI Whisper and GPT-3.5-turbo.

  • Created bot/summarizer.py with two functions:
    • process_meeting_recordings() — transcribes .wav files using OpenAI Whisper
    • generate_structured_summary() — generates a structured summary using GPT-3.5-turbo
  • Hooked into the /end-meeting command in main.py to automatically trigger after a meeting ends
  • Summary includes 3 sections: Key Topics, Decisions Made, and Action Items
  • No speaker diarization (v1 scope)
  • Requires OPENAI_API_KEY in .env

Closes #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate structured AI-based meeting summary

1 participant