You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!
This is a C# API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do! Ported from https://github.com/jdepoix/youtube-transcript-api
Allows users to quickly find the desired text in YouTube videos by showing the time, minute, and second intervals where the desired word or sentence appears in videos with subtitles or auto-generated subtitles.
This repository contains a Python script for downloading transcripts from YouTube videos. The script extracts video IDs from provided YouTube URLs, fetches video titles, and downloads the transcripts, saving them as text files.
Developed an LLM application using the YouTube Transcript API and Google Gemini AI to generate clear summaries of YouTube videos. It extracts transcripts in various languages and uses AI to provide actionable insights. Built with Streamlit, the app features an intuitive interface for quick and efficient video summarization, boosting productivity.