A Streamlit app that extracts transcripts from YouTube videos and generates a concise summary using Gemini AI. It also fetches and displays the video thumbnail automatically.
- Extracts video transcripts
- Summarizes content with Gemini AI
- Displays the video thumbnail
- Python | Streamlit | Gemini AI | YouTube Transcript API
π Run it locally:
pip install -r requirements.txt
streamlit run app.py