/YT-Summarize

Summarize YouTube videos with a URL

Primary LanguageJavaScript

This is a Next.js Project

Prerequisites

  • Node.js: Version 20 or higher
  • npm: Comes with Node.js. Alternatively, you can use Yarn or pnpm as your package manager.

Installation

Clone the repository and install dependencies:

git clone https://github.com/shashankpie/YT-Summarize.git
cd YT-Summarize
npm install

Running the Application Start the development server:

npm run dev

Access the app at http://localhost:3000.