Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AI Meeting Intelligence Assistant

Overview

AI Meeting Intelligence Assistant is an AI-powered workflow that automatically transcribes meeting recordings, generates executive summaries, extracts action items and risks, and creates follow-up emails.

The solution leverages Groq Whisper for speech-to-text transcription, Llama 3.3 for meeting analysis, n8n for workflow orchestration, and Google Sheets for structured data storage.


Features

  • Automatic meeting transcription
  • AI-generated executive summaries
  • Action item extraction
  • Risk and blocker identification
  • Follow-up email generation
  • Google Sheets integration for meeting records
  • End-to-end workflow automation

Architecture

Meeting Audio (.mp3)
        │
        ▼
     Webhook
        │
        ▼
 Groq Whisper API
 (Speech-to-Text)
        │
        ▼
   Llama 3.3
(Meeting Analysis)
        │
        ▼
    Edit Fields
        │
        ▼
 Google Sheets
(Data Storage)

Workflow

Step 1: Audio Upload

A meeting recording (.mp3) is uploaded through a webhook endpoint.

Step 2: Speech Transcription

The uploaded audio is sent to Groq Whisper API, which converts speech into text.

Step 3: AI Analysis

The transcript is passed to Llama 3.3, which generates:

  • Executive Summary
  • Action Items
  • Risks / Blockers
  • Follow-up Email

Step 4: Data Structuring

The AI output is transformed into structured fields using n8n.

Step 5: Data Storage

Meeting insights are automatically stored in Google Sheets for tracking and reporting.


Tech Stack

  • n8n
  • Groq API
  • Groq Whisper
  • Llama 3.3
  • Google Sheets
  • Webhooks
  • REST APIs

Example Output

Summary

The meeting discussed relocation plans and flexible working arrangements, with concerns raised about implementation and team impact.

Action Items

  • Review flexible working proposal
  • Discuss core working hours
  • Evaluate team impact

Risks

  • Implementation challenges
  • Resource constraints
  • Productivity concerns

Follow-up Email

A professional follow-up email is automatically generated based on meeting discussions and next steps.


Business Value

This solution helps organizations:

  • Reduce manual note-taking
  • Improve meeting documentation
  • Track action items consistently
  • Identify risks earlier
  • Save administrative time
  • Improve accountability across teams

Future Improvements

  • Meeting sentiment analysis
  • Speaker identification
  • Calendar integration
  • Slack/Teams notifications
  • Vector database memory
  • RAG-based meeting search
  • Dashboard analytics

Author

Avaneesh Joshi

AI Automation | Workflow Automation | AI Agents | LLM Applications

About

AI-powered meeting intelligence system that automatically transcribes audio recordings, generates executive summaries, extracts action items and risks, creates follow-up emails, and stores insights in Google Sheets using n8n, Groq Whisper, and Llama 3.3.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors