This project extracts YouTube video transcripts and summarizes them using Togethers's API.
- Input a YouTube video URL
- Extract the transcript using
yt-dlp - Send the transcript to Llama3.3 for summarization
- View the summary in a Streamlit app
git clone git@github.com:2abet/YTsummarizer.git
cd youtube_summarizer
pip install -r requirements.txt
cp app/.env.example app/.envAdd your Together API key in the .env/Secrets file:
TOGETHER_API_KEY=your_deepseek_api_key_here
streamlit run app/app.py