This project converts meeting audio into structured meeting notes using a multi-agent AI system built with LangGraph.
- Audio to text using Whisper
- Noise cleaning agent
- Summary agent
- Action item extraction agent
- Reviewer agent with conditional re-processing
- Python
- LangGraph
- LangChain
- OpenAI
- Whisper
-
Install dependencies pip install -r requirements.txt
-
Place a .wav file in the project folder
-
Run python main.py
- Final meeting summary
- Action items list