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
- Host: GitHub
- URL: https://github.com/satoryu/video_description_generator
- Owner: satoryu
- License: mit
- Created: 2023-07-11T12:25:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T04:50:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T19:48:01.550Z (4 months ago)
- Topics: gpt-35-turbo, openai-api, transcribe, whisper-api, youtube
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)