Skip to content

Kavyashri217/multi-agent-meeting-notes-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent Meeting Notes Generator using LangGraph

Overview

This project converts meeting audio into structured meeting notes using a multi-agent AI system built with LangGraph.

Features

  • Audio to text using Whisper
  • Noise cleaning agent
  • Summary agent
  • Action item extraction agent
  • Reviewer agent with conditional re-processing

Tech Stack

  • Python
  • LangGraph
  • LangChain
  • OpenAI
  • Whisper

How to Run

  1. Install dependencies pip install -r requirements.txt

  2. Place a .wav file in the project folder

  3. Run python main.py

Output

  • Final meeting summary
  • Action items list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages