Skip to content

marcomoauro/youtube-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube summarizer

YouTube video summary implementation in Node.js.

Requirements

Create an OpenAI account and get an API key from here. It must be set to the constant OPEN_AI_API_KEY in src/summarizeChunks.js.

Node version >= 20

Install dependencies

yarn install

How to use

yarn cli --video="https://www.youtube.com/watch?v=3l2wh5K_WLI" --language en

References

I talk about this project in this episode of my tech newsletter: https://implementing.substack.com/p/how-to-summarize-youtube-video-using

About

YouTube video summary implementation in Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published