Features
X-Ray (AI Analysis)
AI-powered video transcription and content analysis
X-Ray uses AI to transcribe, translate, and analyze video content automatically.
Capabilities
- Transcription — automatic speech-to-text for YouTube videos
- Translation — auto-translate to your language (powered by Gemini Flash)
- Sentiment analysis — positive, negative, neutral scoring
- Topic extraction — automatic topic and keyword detection
- Hook analysis — identifies attention hooks in video intros
AI Pipeline
Video → Transcription → Translation → Analysis → Embeddings → Vectorize- New video detected by scraper
- Whisper transcribes audio to text
- Gemini Flash translates to target language
- Claude Haiku analyzes content (sentiment, topics, hooks)
- Workers AI generates embeddings (bge-base-en-v1.5, 768d)
- Stored in Cloudflare Vectorize for semantic search

