Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.44 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.44 KB

YOUTUBE SUBTİTLE SUMMARIZER

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.

image image

The basic operational logic of the YouTube summarizer

image

Tech Stack

Server: Node, Express

Client: TailwindCSS

Run Locally

Clone the project

  git clone https://github.com/atilaahmettaner/youtube-subtitle-summarizer.git

Go to the project directory

  cd youtube-subtitle-summarizer.git

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY