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