binit-bhagat/video-qa
0
๐ฅ Multimodal Video Question Answering
An open-source Streamlit app that allows users to ask natural language questions about a video by combining frame analysis with transcript retrieval.
Features
- Audio transcription using Whisper
- Frame embeddings via CLIP
- Text embeddings via Sentence Transformers
- Retrieval via FAISS
- VQA using SmolVLM
Run
streamlit run streamlit_app.py
