The Zoom Learning Assistant is an AI-powered chatbot integrated directly into the Zoom platform, designed to enhance the learning experience for students. This assistant provides lecture summaries, generates quizzes, suggests additional resources, and even saves generated notes to Google Drive for easy access—all within Zoom!
This project leverages state-of-the-art AI tools and the Zoom API to deliver an all-in-one learning experience:
- Summarizes Lecture Content: Quickly pull key points and highlights.
- Generates Interactive Quizzes: Engaging multiple-choice questions based on lecture content.
- Additional Learning Resources: Suggests relevant articles, videos, and books.
- Note Saving: Auto-saves notes to Google Drive for easy access and organization.
- Qdrant: Used as a vector database to store and retrieve lecture segments.
- LlamaIndex: Structures and organizes lecture data for seamless querying and improved information retrieval.
- Fireworks AI: Powers quiz generation and additional resource suggestions based on lecture content.
- Flask & Zoom API: Handles commands directly within Zoom to enable real-time learning features.
- Summarize Lecture Content: Get a concise overview of lectures.
- Generate Quizzes: Reinforce learning with multiple-choice questions.
- Additional Resources: Discover supplementary materials on lecture topics.
- Save Notes to Google Drive: Auto-upload generated notes to a designated folder.

Use the Zoom Chat Commands:
/summarize lecture
– Summarizes the lecture content./start quiz
– Generates a quiz question from the summary./generate notes
– Creates detailed lecture notes and saves them to Google Drive./additional resources
– Provides extra learning resources.
Currently, a mock transcript is used for demonstrations. In the future, we plan to enable real-time transcript retrieval from Zoom, which will allow the assistant to process live lecture content. This feature is only available with Zoom’s paid accounts and is under development.
Big thanks to the contributors of Qdrant, LlamaIndex, Fireworks AI, and the Zoom Developer community for their invaluable support and tools.
This project is licensed under the MIT License - see the LICENSE file for details.
Let's redefine learning with AI! 🎓💡