lucasduport / YoutubeGPT

A Youtube video summarizer using ChatGPT and Youtube APIs. Generate a short mp3 file of the summarized video in ANY languages with only a Youtube link.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoutubeGPT

A youtube video summarizer using ChatGPT and Youtube APIs. Generate a short mp3 file of the summarized video in ANY languages with only a Youtube link

Config file

You have to create your own OpenAI api key here and replace it in config.py file.

Run the code

pip install -r requirements.txt

python main.py <youtube_link> <language>

Example:

python main.py https://youtu.be/AyOnug-3OKM sp

Languages are given in format ISO 639-1

About

A Youtube video summarizer using ChatGPT and Youtube APIs. Generate a short mp3 file of the summarized video in ANY languages with only a Youtube link.

License:MIT License


Languages

Language:Python 100.0%