Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 542 Bytes

Video Description Generator

Prerequisites

  • Python 3.x
  • OpenAI API Key
  • ffmpeg

Installation

git clone https://github.com/satoryu/video_description_generator.git
pip install -r requirements.txt

Define the environment variable OPENAI_API_KEY on your shell or define .env under the directory.

Usage

python generate.py [youtube_video_url]

License

This extension is available as open source under the terms of MIT License