shihabcodes / Gemini-YT-Transcript-Summarizer

A Python app using YouTube Transcript API & Google's Gemini Pro GenerativeAI for automatic summarization. Built with Streamlit, it allows users to input YouTube video links and receive detailed summaries, enhancing accessibility and efficiency.
https://ytgeminisummarizer.streamlit.app/
13 stars 7 forks source link

This supports Youtub-URL's in 3 different formats. #3

Open mmuyakwa opened 2 months ago

mmuyakwa commented 2 months ago

This allows URLs in the format:

It gets the video_id from the URL regardless of the URL format used.

I also removed the need to click the button to run it through gemini because the 2nd button is redundant.

Just paste the URL in whatever youtube format you use and hit enter. The image is loaded and the summery is generated.

mmuyakwa commented 2 months ago

Added handling for Youtube-Videos where transscripts are deactivated.