Files
awesome-llm-apps/ai_agent_tutorials/ai_meeting_agent
2024-11-04 20:59:39 -06:00
..
2024-11-04 20:59:39 -06:00
2024-11-04 20:59:39 -06:00
2024-11-04 20:59:39 -06:00

📝 AI Meeting Preparation Agent

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
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Get your Anthropic API Key
  • Sign up for an Anthropic account (or the LLM provider of your choice) and obtain your API key.
  1. Get your SerpAPI Key
  1. Get your OpenAI API Key
  • Sign up for an OpenAI account (or the LLM provider of your choice) and obtain your API key.
  1. Run the Streamlit App
streamlit run meeting_agent.py