Skip to content

superoverflow/openai-youtube-summarizer

Repository files navigation

Background

Do financial summary of youtube video using Youtube transcripts and OpenAI

how to run

  • running web service
npm run dev
  • As summarizing long videos (video > 20m) would take some time for OpenAI to summarize, we cannot delegate this to serverless functions.
  • Instead, we need to run a backend worker (it can be on your own pc)
npm run worker

About

Summarize youtube videos with openai

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published