Summarize youtube videos
https://www.python.org/downloads/
Download the source files for Youtube Summarizer, then install the dependencies via pip.
git clone https://github.com/emanh1/ytsummarizer
cd ytsummarizer
pip install -r requirements.txt
Then execute main.py
python main.py
In the case of the video not having subtitles or automatic subtitles, the program needs ffmpeg and a vosk model. Place both inside the running directory. Make sure to place the extracted folder and the ffmpeg binaries inside the working directory.
OPENAI
- OpenAI API key if you plan to use their models to summarize.
Add support for other languages.