A Streamlit-based application to summarize YouTube videos.
- Extract video transcripts
- Summarize content using Gemini
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run app.py
Enter the URL
Click on Summarize and get the summary of the video
