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

https://github.com/satoryu/video_description_generator


https://github.com/satoryu/video_description_generator

gpt-35-turbo openai-api transcribe whisper-api youtube

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Video Description Generator

## Prerequisites

- Python 3.x
- OpenAI API Key
- ffmpeg

## Installation

```sh
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

```sh
python generate.py [youtube_video_url]
```

## License

This extension is available as open source under the terms of [MIT License](https://github.com/satoryu/video_description_generator/blob/main/LICENSE)