Skip to content

A Streamlit app that converts YouTube video transcripts into concise or detailed notes. It fetches the transcript, generates AI-powered summaries (small, medium, large), and saves them in a local SQLite database for easy viewing and management.

Notifications You must be signed in to change notification settings

ThangakumarC/yt_video_summariser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Transcript to Detailed Notes Converter

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.

Features

  • 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.

About

A Streamlit app that converts YouTube video transcripts into concise or detailed notes. It fetches the transcript, generates AI-powered summaries (small, medium, large), and saves them in a local SQLite database for easy viewing and management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages