This project allows users to convert YouTube video transcripts into detailed, summarized notes. Using Streamlit as the frontend, the app enables users to input a YouTube video link, fetch its transcript, and generate a summary with various lengths (small, medium, large). The generated summaries are stored in a local SQLite database, and users can view, delete, and manage their past summaries.
- YouTube Transcript Extraction: Fetches transcripts from YouTube videos.
- AI Summarization: Generates summaries of transcripts with different lengths (Small, Medium, Large).
- History Management: Saves summaries to an SQLite database and allows users to view, delete, and manage past summaries.
- Interactive Interface: A user-friendly interface built with Streamlit.