A real-time AI assistant for Google Meet that provides live transcription, meeting insights, and intelligent Q&A during your video calls.
- Clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the folder containing the extension files
- Start/Join a Google Meet call
- Click the Meet Assistant extension icon in your Chrome toolbar
- Toggle the assistant with the "Show Assistant" button
- Interact with the assistant:
- Click the microphone icon to start/stop transcription
- Type questions in the chat input
- Minimize the assistant when not needed
You can configure the backend API endpoint:
- Click the extension icon
- In the popup, edit the "Backend URL" field
- The default is
http://localhost:5000(for local development)
/src/
├── content.js - Main content script that runs on Google Meet
├── popup.js - Popup window logic
├── background.js - Background service worker
├── styles.css - Styling for the assistant UI
├── popup.html - Popup window HTML
├── manifest.json - Extension configuration