Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.1 KB

File metadata and controls

55 lines (40 loc) · 1.1 KB

AI Meeting Assistant

A project for the IBM RAG Agentic AI Certification: Build Multimodal Generative AI Applications.

Overview

The AI Meeting Assistant leverages generative AI to automate meeting tasks such as note-taking, summarization, and action item extraction.

Features

  • Automatic transcription of meeting audio
  • Summarization of meeting discussions
  • Extraction of key action items and decisions
  • Multimodal support (text, audio, and more)

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/ai-meeting-assistant.git
    cd ai-meeting-assistant
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python app.py

Requirements

  • Python 3.8+
  • See requirements.txt for full list

Project Structure

ai-meeting-assistant/
├── app.py
├── requirements.txt
├── README.md
└── ...

License

This project is licensed under the MIT License.

Acknowledgments

  • IBM RAG Agentic AI Certification
  • Coursera
  • Open source contributors