← Back to prompt archive
🛠️ Product & Design

README

Streamlit app using GPT-4, Claude, and Serper API to generate meeting context, strategies, and briefings.

Added Apr 14, 2026
## 📝 AI Meeting Preparation Agent

### 🎓 FREE Step-by-Step Tutorial 
**👉 [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-multi-agent-ai-meeting-preparation-assistant) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.**

This Streamlit application leverages multiple AI agents to create comprehensive meeting preparation materials. It uses OpenAI's GPT-4, Anthropic's Claude, and the Serper API for web searches to generate context analysis, industry insights, meeting strategies, and executive briefings.

### Features

- Multi-agent AI system for thorough meeting preparation
- Utilizes OpenAI's GPT-4 and Anthropic's Claude models
- Web search capability using Serper API
- Generates detailed context analysis, industry insights, meeting strategies, and executive briefings

### How to get Started?

1. Clone the GitHub repository

```bash
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd advanced_ai_agents/single_agent_apps/ai_meeting_agent
```
2. Install the required dependencies:

```bash
pip install -r requirements.txt
```
3. Get your Anthropic API Key

- Sign up for an [Anthropic account](https://console.anthropic.com) (or the LLM provider of your choice) and obtain your API key.

4. Get your SerpAPI Key

- Sign up for an [Serper API account](https://serper.dev/) and obtain your API key.

5. Get your OpenAI API Key

- Sign up for an [OpenAI account](https://platform.openai.com/) (or the LLM provider of your choice) and obtain your API key.

6. Run the Streamlit App
```bash
streamlit run meeting_agent.py
```
#multi-agent #meeting preparation #streamlit #LLM #AI assistant