Skip to content

playing around with whisper and gpt-4 (this is slow)

License

Notifications You must be signed in to change notification settings

cpparnell/youtube-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-chat

Get YouTube video summaries, then chat about the video with a GPT.

Video transcription is quite slow when running locally (as expected).

Using GPT-4 and Whisper from OpenAI.

Setup

Install Certificates

  1. Go to the Python folder in your Applications directory (e.g., /Applications/Python 3.x).
  2. Run the "Install Certificates.command" script.

Install ffmpeg:

brew install ffmpeg

Python Package Installations:

pip install openai whisper pytube

OpenAI API key: Run in terminal: export OPENAI_API_KEY='your_api_key'

How to Use

To get the summary of a YouTube video and chat about it with a gpt, run:

python main.py

About

playing around with whisper and gpt-4 (this is slow)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages