A Streamlit app that allows you to:
✅ Extract YouTube video transcripts
✅ Generate vector embeddings using LangChain & FAISS
✅ Ask questions about video content using Groq LLaMA 3 (RAG pipeline)
✅ Live token streaming for smooth user experience
✅ Download embeddings for reuse
✅ Light/Dark mode toggle
pip install -r requirements.txt
streamlit run app.py