Skip to content

kom-senapati/content-summary-tool

Repository files navigation

Content Summary Tool

⭐ About

A tool where users can input long-form content, and the app generates concise summaries

$~$

Screenshots

image

$~$

📤 Set up

  • These are the steps required to install the project.
  1. Get API key from GROQ.
  2. Clone the repo
    git clone https://github.com/kom-senapati/content-summary-tool
  3. Install NPM packages
    npm install
  4. Enter your API Keys in .env.local as stated in .env.example.
  5. Run development server
    npm run dev