Real-time transcription, next-question suggestions, live cues and warnings, performance scoring, and more.
- Docker and Docker Compose
- Google Chrome (for the extension)
- Create a root
.envfile with required API keys:
Linkup | Groq | ElevenLabs | Anthropic
ANTHROPIC_API_KEY=<your_key>
ELEVENLABS_API_KEY=<your_key>
LINKUP_API_KEY=<your_key>
GROQ_API_KEY=<your_key>
- Start all services:
./run.sh start- Build or confirm the extension
distexists (the compose services may generate assets as part of the flow). - Load into Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable “Developer mode” (top-right toggle)
- Click “Load unpacked”
- Select the
chrome_extension/distfolder
- Open Chrome and go to
Once loaded, pin the extension and follow on-screen instructions.
This project is licensed under the terms of the LICENSE file included in the repository.