Summarizer is a web-based tool that uses ChatGPT to automatically generate summaries of YouTube videos. It provides a quick and easy way to get the key points of lengthy videos without having to watch them in full. Users simply need to paste the YouTube video URL into the tool , select the length of summary they want, and click "summarize." The tool then generates a concise summary of the video's content, which users can read in just a few minutes.
Server: Node, Express
Client: TailwindCSS
Clone the project
git clone https://github.com/atilaahmettaner/youtube-subtitle-summarizer.gitGo to the project directory
cd youtube-subtitle-summarizer.gitInstall dependencies
npm installStart the server
npm run startTo run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY


