A minimal tool for summarizing YouTube videos and answering questions about their content using Falcon-7B LLM.
- Video summarization
- Question answering based on video transcripts
- Uses Falcon-7B model via HuggingFace
- Run the Jupyter notebook
Youtube_QA_with_llms.ipynb - Enter YouTube URL when prompted
- Get summary or ask questions about the video
See notebook for required Python packages. Requires HuggingFace API token.