A project for the IBM RAG Agentic AI Certification: Build Multimodal Generative AI Applications.
The AI Meeting Assistant leverages generative AI to automate meeting tasks such as note-taking, summarization, and action item extraction.
- Automatic transcription of meeting audio
- Summarization of meeting discussions
- Extraction of key action items and decisions
- Multimodal support (text, audio, and more)
- Clone the repository:
git clone https://github.com/your-username/ai-meeting-assistant.git cd ai-meeting-assistant - Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Python 3.8+
- See
requirements.txtfor full list
ai-meeting-assistant/
├── app.py
├── requirements.txt
├── README.md
└── ...
This project is licensed under the MIT License.
- IBM RAG Agentic AI Certification
- Coursera
- Open source contributors