β Raise Your Hand
AI Β· Chrome ExtensionChrome extension that turns YouTube university lectures into an interactive classroom. Pause a lecture and literally raise your hand β a webcam gesture detector triggers a course-aware voice TA that has read the entire playlist, answers out loud in your language, renders math and diagrams, and never spoils what the course hasn't taught yet.
π Highlights
- Full voice loop: streaming STT β LLM β sentence-level streamed TTS, with barge-in (talk over the TA to interrupt)
- Hand-raise detection with MediaPipe running in an offscreen document (Manifest V3)
- Course-map ingestion from lecture transcripts β spoiler-safe, timestamp-cited answers grounded in the syllabus
- Production deploy: Node backend + Python voice services behind Caddy on a VPS, with rate limiting and per-IP cost guards