Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sohamb21/youtube-summarizer

This code extracts the transcript of a YouTube video specified by the user's link, then uses a BART model to generate a summary of the transcript.
https://github.com/sohamb21/youtube-summarizer

Last synced: 2 days ago
JSON representation

This code extracts the transcript of a YouTube video specified by the user's link, then uses a BART model to generate a summary of the transcript.

Awesome Lists containing this project

README

        

# Youtube-Summarizer
This code extracts the transcript of a YouTube video specified by the user's link, then uses a BART model to generate a summary of the transcript.

The tech stack used in the Youtube Summarizer includes:

- Python: The primary programming language.
- Google Colab: An online platform for Python code execution.
- youtube_transcript_api: Fetches transcripts/subtitles from YouTube.
- nltk (Natural Language Toolkit): For natural language processing.
- scikit-learn (sklearn): For text preprocessing.
- transformers: For natural language understanding and generation.
- Facebook's BART Model: Pre-trained for text summarization.